{ "type": "class", | |
"qname": "mx.rpc.remoting.mxml.CompressedRemoteObject", | |
"baseClassname": "mx.rpc.remoting.mxml.RemoteObject" | |
, | |
"description": "A RemoteObject that performs automatic serialization/deserialization of results. It deserializes the compressed ByteArray in order to optimize the transfer time. TODO improve to serialize the sending.", | |
"members": [ | |
{ "type": "field", | |
"qname": "disableCompression", | |
"return": "Boolean", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "disable the compression if true defaults to false", | |
"tags": [ | |
{ "tagName": "royalesuppresspublicvarwarning", | |
"values": []} ]}, | |
{ "type": "field", | |
"qname": "includePackages", | |
"return": "Array", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "", | |
"tags": [ | |
{ "tagName": "royalesuppresspublicvarwarning", | |
"values": []} ]}, | |
{ "type": "field", | |
"qname": "includeClasses", | |
"return": "Array", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "", | |
"tags": [ | |
{ "tagName": "royalesuppresspublicvarwarning", | |
"values": []} ]}, | |
{ "type": "field", | |
"qname": "excludeClasses", | |
"return": "Array", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["static"], | |
"deprecated": {}, | |
"description": "", | |
"tags": [ | |
{ "tagName": "royalesuppresspublicvarwarning", | |
"values": []} ]}, | |
{ "type": "field", | |
"qname": "includePackages", | |
"return": "Array", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "", | |
"tags": [ | |
{ "tagName": "royalesuppresspublicvarwarning", | |
"values": []} ]}, | |
{ "type": "field", | |
"qname": "includeClasses", | |
"return": "Array", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "", | |
"tags": [ | |
{ "tagName": "royalesuppresspublicvarwarning", | |
"values": []} ]}, | |
{ "type": "field", | |
"qname": "excludeClasses", | |
"return": "Array", | |
"namespace": "public", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "", | |
"tags": [ | |
{ "tagName": "royalesuppresspublicvarwarning", | |
"values": []} ]}, | |
{ "type": "method", | |
"qname": "mx.rpc.remoting.mxml.CompressedRemoteObject", | |
"namespace": "", | |
"bindable": [], | |
"details": [], | |
"deprecated": {}, | |
"description": "Uses the pako library for the zlib compression algorithm <inject_script> var script = document.createElement("script"); script.setAttribute("src", "https://cdnjs.cloudflare.com/ajax/libs/pako/1.0.6/pako.min.js"); document.head.appendChild(script); </inject_script>", | |
"return": "", | |
"params": [{ "name": "destination", "type": "String"}]} | |
, | |
{ "type": "method", | |
"qname": "initialize", | |
"namespace": "public", | |
"bindable": [], | |
"details": ["override"], | |
"deprecated": {}, | |
"return": "void", | |
"params": []} | |
] | |
} |