Expand my Community achievements bar.

Serializing between Java and ActionScript

Avatar

Level 1
Hi,



I am passing from Java to Flex an object which contains a
EObjectContainmentEList attribute. An EObjectContainmentEList
implements java.util.List. This list is lost in the serialization
and I get a null actionscript attribute where I was hoping this
list would be.



Is there any way I can resolve this, or is
EObjectContainmentEList unmappable?



Thanks

1 Reply

Avatar

Level 1
Don't worry found the problem. No setter for the list in Java
(only a getter) so it was lost in translation.