Skip to content

Mapping between AMF3 and Erlang

mujaheed edited this page Sep 13, 2010 · 7 revisions
AMF3 Erlang
Undefined undefined
Null null
False false
True true
Integer integer()
Double float()
String binary()
XMLDocument {xmldoc, binary()}
Date {date, MilliSecs::float(), TimeZone::integer()}
Array [{binary(), amf3()} | amf3()]
Object {object, binary(), [{atom(), amf3()} | {binary(), amf3()}]}
XML {xml, binary()}
ByteArray {bytearray, binary()}
Clone this wiki locally