|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.io.amf.AbstractAmfOutput
flex.messaging.io.amf.Amf0Output
public class Amf0Output
| Field Summary |
|---|
| Fields inherited from interface flex.messaging.io.amf.AmfTypes |
|---|
kAvmPlusObjectType, kBooleanType, kDateType, kECMAArrayType, kLongStringType, kMovieClipType, kNullType, kNumberType, kObjectEndType, kObjectType, kRecordsetType, kReferenceType, kStrictArrayType, kStringType, kTypedObjectType, kUndefinedType, kUnsupportedType, kXMLObjectType |
| Constructor Summary | |
|---|---|
Amf0Output(SerializationContext context)
Construct a serializer without connecting it to an output stream. |
|
| Method Summary | |
|---|---|
void |
reset()
Reset all object reference information allowing the class to be used to write a "new" data structure. |
void |
setAvmPlus(boolean a)
Set to true if the AMF0 stream should switch to use AMF3 on encountering the first complex Object during serialization. |
void |
setDebugTrace(AmfTrace trace)
Turns on "trace" debugging for AMF responses. |
void |
writeObject(Object o)
Serialize an Object using AMF 0. |
| Methods inherited from class flex.messaging.io.amf.AbstractAmfOutput |
|---|
close, flush, setOutputStream, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Amf0Output(SerializationContext context)
| Method Detail |
|---|
public void setAvmPlus(boolean a)
a - Whether the client is running in AVMPlus and can handle AMF3 encoding.public void reset()
public void writeObject(Object o)
throws IOException
writeObject in interface ActionMessageOutputwriteObject in interface ObjectOutputo - the Object to be written
IOException - if an I/O error occurspublic void setDebugTrace(AmfTrace trace)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/io/amf/Amf0Output.html