Hi Piotr,

I can't change it. This is something CF does inside its serializer before
sending the data. The original data are just fields in a database converted
to a query by CF and then serialized by its internal converter.

The writer of AMFBinaryData was obviously aware of the problem as the
following code is included in AMFBinaryData.as :

if (obj[CLASS_ALIAS] == "flex.messaging.io.ArrayCollection"
                    || obj[CLASS_ALIAS] == "flex.messaging.io.ObjectProxy")
return this.readObject();

It's just that it's not in the path this object takes through the code.

Doug



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/

Reply via email to