Packageflex.messaging.io.amf
Interfacepublic interface ActionMessageInput

This simple interface allows the MessageDeserializer to handle multiple versions of AMF. Entry point for deserializing an individual ActionMessage request message for AMF, AMFX or RTMP.

See also

Classic Version 0 Deserializer
AVM+ Version 3 Deserializer
The serialization equivalent


Public Methods
 MethodDefined By
  
Object readObject()
Reads in an AMF formatted Object.
ActionMessageInput
Method Detail
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
Stringjava.lang.String
Booleanjava.lang.Boolean
intuintjava.lang.Integer
Numberjava.lang.Double
Datejava.util.Date
ByteArrayjava.util.Byte.TYPE[]
mx.collections.ArrayCollectionflex.messaging.io.ArrayCollection
Arrayjava.lang.Object[] (Native Array)
Objectjava.util.Map
flash.utils.IExternalizablejava.io.Externalizable
Typed Object (other than the above)An instance of type Class (java.lang.Object)
nullnull

ActionScript Type (AMF 0)Java Type
Stringjava.lang.String
Booleanjava.lang.Boolean
intuintjava.lang.Double
Numberjava.lang.Double
Datejava.util.Date
ByteArray(Not supported)
mx.collections.ArrayCollectionflex.messaging.io.ArrayCollection
Arrayjava.lang.Object[] (Native Array)
Objectjava.util.Map
flash.utils.IExternalizable(Not supported)
Typed Object (other than the above)An instance of type Class (java.lang.Object)
nullnull

Returns




 

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