Does anyone have any experience with mapping Actionscript collections (ie. ArrayCollection, Object - Map, Dictionary, etc) back to Java collections using RemoteObject and BlazeDS. If so, any insights, tips, tricks would be greatly appreciated. It seems that the Java to actionscript works pretty seamlessly while the actionscript back to Java requires some additional work with converting types.
I'm using the RemoteClass metadata tag but ArrayCollection is failing to convert back to a List<String> java object. Thanks.