You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Maurice Amsellem (JIRA)" <ji...@apache.org> on 2014/04/04 23:59:15 UTC

[jira] [Commented] (FLEX-34211) implement serialize/deserialize between AS Vector. and Java StrongTypeRemoteClass[]

    [ https://issues.apache.org/jira/browse/FLEX-34211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13960475#comment-13960475 ] 

Maurice Amsellem commented on FLEX-34211:
-----------------------------------------

AMF3 specs:
http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/amf/pdf/amf-file-format-spec.pdf

BlazeDS seems to stop at ByteArray.
It's missing the next AMF types:
vector-int-marker = 0x0D 
vector-uint-marker = 0x0E 
vector-double-marker = 0x0F 
vector-object-marker = 0x10 
dictionary-marker = 0x11 


> implement serialize/deserialize  between AS Vector.<StrongType> and Java StrongTypeRemoteClass[]
> ------------------------------------------------------------------------------------------------
>
>                 Key: FLEX-34211
>                 URL: https://issues.apache.org/jira/browse/FLEX-34211
>             Project: Apache Flex
>          Issue Type: New Feature
>            Reporter: Gary Yang
>
> As a developer I would love to see BlazeDS have auto conversion between:
> Actionscript Vector.<Object>  or Array  and  Java Object[];
> Actionscript3 Vector<SomeType> and  Java SomeType[];
> Please please do not introduce metadata or annotation or any other dependency!!!!
> Thanks.



--
This message was sent by Atlassian JIRA
(v6.2#6252)