AmfData
simple C# code deal with amf0/amf3 data
Install / Use
/learn @fanzai0403/AmfDataREADME
= AmfData
Simple C# code to encode/decode the amf0/amf3 data.
== Supported Types
-
Amf0 - decode : 12 of 18 types, without MovieClip, Reference, Date, Recordset, XML, TypedObject
-
Amf0 - encode : null, numbers(byte, int, uint, float, double), bool, string, Array. CMixArray, IDictionary.
-
Amf3 - decode : 9 of 13 types, without XmlDoc, Date, Xml, ByteArray
-
Amf3 - encode : null, numbers(byte, int, uint, float, double), bool, string, Array, IDictionary.
== Reference
- Amf0: http://osflash.org/documentation/amf/astypes
- Amf3: <<Action Message Format - AMF 3>>
- Amf3: https://code.google.com/p/amf3cplusplus/ (this code has bugs)
