Good day, Maybe AMF deserialization like this: 1. use registerClassAlias() <http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/package.html#registerClassAlias()> for each custom Class used within AMF 2. read input as ByteArray 3. set ObjectEncoding.AMF0 or ObjectEncoding.AMF3 4. byteArray.readObject() as SomeMyClass 5. trace(someMyClass.someProperty);
Check: Reading and writing a ByteArray <http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7d54.html> -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/How-to-decode-AMF-data-for-automation-purposes-tp14661p14663.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
