AMF3 reference deserializer in Java
I’ve released some source code into the Public Domain, from my work in adding AMF3 deserialization support to Charles, as a reference for and compliment to the AMF3 specification.
The source code is a single Java file containing all of the AMF3 specific implementation. You can download it here as a zip file: AMF3Deserializer.zip.
UPDATE 6 May 2006: The reference implementation has been updated to include the newly discovered Undefined type and to correct the integer parsing (including negative integer parsing, credit to Martin Schnabel).
UPDATE 23 December 2006: Another update released here.
January 23rd, 2008 at 2:31 pm
Hi Charles,
How do I obtain the full source code of the AMF (AMF0 + AMF3) implementation?
Is it a free open source? If not then how much it costs?
Thanks,
–Johnny
January 23rd, 2008 at 3:21 pm
Hi Johnny, Adobe have just released the specification for AMF0 and 3 at the end of last year and are about to release their implementation in Java as open-source (I believe). Drop me an email using the contact form on http://xk72.com/charles/ and I can send you the full source code of my AMF implementation.
February 4th, 2008 at 11:47 am
Hi Karl,
I just sent you an email, can you please send me your implementation of AMF0 & AMF3 it will be great to learn from.