I have a java remote object which is very complecated, it hasarrays of
other value object inside. How to create a AS fileequivalent to directly
bind this type of java object. Eqpublic class MyVO{ public MyObj1[]
myObj1; public MyObj2[] myObj2; }Is it possible to bind directly the
above java object to aflex value object?