| { "type": "interface", |
| "qname": "mx.messaging.messages.ISmallMessage", |
| "baseInterfaceNames": [ |
| "mx.messaging.messages.IMessage"] |
| , |
| "description": "A marker interface that is used to indicate that an IMessage has an alternative smaller form for serialization.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 9", "AIR 1.1"]}, |
| { "tagName": "productversion", |
| "values": ["BlazeDS 4", "LCDS 3"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "members": [ |
| { "type": "method", |
| "qname": "getSmallMessage", |
| "namespace": "public", |
| "bindable": [], |
| "details": [], |
| "deprecated": {}, |
| "description": "This method must be implemented by subclasses that have a "small" form, typically achieved through the use of <code>flash.utils.IExternalizable</code>. If a small form is not available this method should return null. flex.messaging.messages.IMessage so that the serialized form is smaller than the regular message.", |
| "tags": [ |
| { "tagName": "playerversion", |
| "values": ["Flash 9", "AIR 1.1"]}, |
| { "tagName": "productversion", |
| "values": ["BlazeDS 4", "LCDS 3"]}, |
| { "tagName": "return", |
| "values": ["Returns An alternative representation of an"]}, |
| { "tagName": "langversion", |
| "values": ["3.0"]} ], |
| "return": "mx.messaging.messages.IMessage", |
| "params": []} |
| ] |
| } |