I have a few Java classes that implements Serialization, and corresponding AS objects (self-generated by GAS) that implements IExternalizable.
There is no problem receiving objects from the server, but when I try to send objects to the server - it throws an exception:
[BlazeDS]Class 'xxx' must implement java.io.Externalizable to receive client
IExternalizable instances. flex.messaging.io.SerializationException: Class 'xxx' must
implement java.io.Externalizable to receive client IExternalizable instances.
Really I must implement Externalizable to send objects to Java server?!