Skip to content

fanzai0403/AmfData

Repository files navigation

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

About

simple C# code deal with amf0/amf3 data

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages