Hello guys, I have a custom collection in Java and I'd like to bind it to my custom collection in Flex using AMF.
I'm using BlazeDS.
I implemented IExternalizable and Externalizable both ends but I still always
get back a ArrayList instead of my custom implementation.
The objects inside of the collection are bound correctly, only the collection
that remains.
Any hints about this?
Regards,
João

