Collection of objects in Flex to Java Set

210 Views Asked by At

My frontend is Flex and backend is in Java. My flex and java layers communicate using the remote objects logic. Suppose I have a class A and B in Flex and Java layers. Class A will have an arraycollection of B type objects as a member. I want to convert it to a Set on Java side. How do I do this ?

0

There are 0 best solutions below