public class AMFDeSerializer extends Object
Modifier and Type | Field and Description |
---|---|
private flex.messaging.io.SerializationContext |
context
The serialization context used as an input for the AMF3Input class.
|
Constructor and Description |
---|
AMFDeSerializer(flex.messaging.io.SerializationContext serializationContext) |
Modifier and Type | Method and Description |
---|---|
<T> T |
fromAmf(ByteArrayInputStream amf)
This method takes an AMF3 object in byte array form and converts it to a
corresponding java object.
|
flex.messaging.io.SerializationContext |
getContext() |
void |
setContext(flex.messaging.io.SerializationContext context) |
private flex.messaging.io.SerializationContext context
public AMFDeSerializer(flex.messaging.io.SerializationContext serializationContext)
public <T> T fromAmf(ByteArrayInputStream amf) throws ClassNotFoundException, IOException
T
- amf
- The serialized AMF3 object as a byte array.ClassNotFoundException
IOException
public flex.messaging.io.SerializationContext getContext()
public void setContext(flex.messaging.io.SerializationContext context)
Copyright © 2013. All Rights Reserved.