blob: 8a364b390c67789ecf92d9827b3148a19b82d484 [file] [log] [blame]
{ "type": "class",
"qname": "mx.messaging.channels.amfx.AMFXEncoder",
"baseClassname": ""
,
"description": "Serializes an arbitrary ActionScript object graph to an XML representation that is based on Action Message Format (AMF) version 3.",
"tags": [
{ "tagName": "private",
"values": []} ],
"members": [
{ "type": "method",
"qname": "mx.messaging.channels.amfx.AMFXEncoder",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"return": "",
"params": []}
,
{ "type": "method",
"qname": "encode",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"return": "XML",
"params": [{ "name": "obj", "type": "Object"},
{ "name": "headers", "type": "Array"}]}
,
{ "type": "method",
"qname": "encodeValue",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {},
"return": "void",
"params": [{ "name": "xml", "type": "XML"},
{ "name": "obj", "type": "*"},
{ "name": "context", "type": "mx.messaging.channels.amfx.AMFXContext"}]}
,
{ "type": "field",
"qname": "CURRENT_VERSION",
"return": "uint",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "field",
"qname": "NAMESPACE_URI",
"return": "String",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}},
{ "type": "field",
"qname": "NAMESPACE",
"return": "Namespace",
"namespace": "public",
"bindable": [],
"details": ["static"],
"deprecated": {}}]
}