| Package | flex.messaging.io.amf |
| Interface | public interface ActionMessageInput |
See also
| Method | Defined By | ||
|---|---|---|---|
Object readObject() Reads in an AMF formatted Object. | ActionMessageInput | ||
| readObject | () |
public Object readObject()Reads in an AMF formatted Object.
The following is a guide to the ActionScript to Java type mappings:
| ActionScript Type (AMF 3) | Java Type |
| String | java.lang.String |
| Boolean | java.lang.Boolean |
| intuint | java.lang.Integer |
| Number | java.lang.Double |
| Date | java.util.Date |
| ByteArray | java.util.Byte.TYPE[] |
| mx.collections.ArrayCollection | flex.messaging.io.ArrayCollection |
| Array | java.lang.Object[] (Native Array) |
| Object | java.util.Map |
| flash.utils.IExternalizable | java.io.Externalizable |
| Typed Object (other than the above) | An instance of type Class (java.lang.Object) |
| null | null |
| ActionScript Type (AMF 0) | Java Type |
| String | java.lang.String |
| Boolean | java.lang.Boolean |
| intuint | java.lang.Double |
| Number | java.lang.Double |
| Date | java.util.Date |
| ByteArray | (Not supported) |
| mx.collections.ArrayCollection | flex.messaging.io.ArrayCollection |
| Array | java.lang.Object[] (Native Array) |
| Object | java.util.Map |
| flash.utils.IExternalizable | (Not supported) |
| Typed Object (other than the above) | An instance of type Class (java.lang.Object) |
| null | null |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/flex/messaging/io/amf/ActionMessageInput.html