Using Zend_Amf it’s possible to serialize php objects to/from Adobe AMF format.
Is there an equivalent library for serializing/unserializing C# objects to/from AMF?
I’m working in Mono 2.4.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are several options. Here’s the best.
http://www.fluorinefx.com/
Fluorine provides a full client and server implementations of AMF over HTTP and at least server implementations of AMF over RTMP (I’m not sure about client for RTMP–we just haven’t used it so I haven’t looked into it). It also includes classes that can be utilized directly for AMF serialization and deserialization.
We use it extensively in our application as an HTTP AMF server, for random AMF serialization/deserialization, RTMP server, and in the past we implemented a plain AMF over TCP socket server using Fluorine (which is no longer necessary, this was pre-RTMP support).