AMF
1. AMF0
Here lists the supported AMF0 types:
| Type | Byte Code | Supported | Example Value | Hex Value |
| Number | 0x00 | Yes | 64 | 00 10 00 00 00 00 00 00 00 |
| Boolean | 0x01 | Yes | true | 01 01 |
| String | 0x02 | Yes | "_result" | 02 00 07 5f 02 65 73 75 6c 74 |
| Object | 0x03 | Yes | ["foo", 1] | 03 00 03 66 6f 6f 00 01 00 00 00 00 00 00 00 00 00 09 |
| MovieClip | 0x04 | Reserved | | |
| Null | 0x05 | Yes | NULL | 05 |
| Undefined | 0x06 | Yes | | 06 |
| Reference | 0x07 | Half | | |
| EcmaArray | 0x08 | Yes | | |
| EndOfObject | 0x09 | Yes | | 00 00 09 |
| Array | 0x0a | Yes | | |
| Date | 0x0b | Yes | | |
| LongString | 0x0c | Yes | "foo" | 02 00 00 00 03 66 6f 6f |
| Unsupported | 0x0d | Yes | | 0d |
| Recordset | 0x0e | Reserved | | |
| XML | 0x0f | No | | |
| TypedObject | 0x10 | No | | |
| AMF3 data | 0x11 | No | | |
2. AMF3
AMF3 is not supported yet.