FDS aside, serialization and inner classes generally don't mix very well in Java (see Effective Java by Joshua Bloch, p. 217). Eylon
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent: Friday, December 08, 2006 7:53 AM To: [email protected] Subject: [flexcoders] Remote Objects: No support for inner class serialization? Seems as if public inner classes are not recognized by the Java-to-AMF serializer in FDS, is this correct? i.e. if a class RecordSet uses an inner class RecordSetVO which is used as a data type for the value objects that are transported via AMF then this type info is not set correctly. Dirk.

