Packageflex.messaging.io.amfx
Classpublic class AmfxOutput
InheritanceAmfxOutput Inheritance

Serializes Java types to ActionScript 3 types via AMFX, an XML based representation of AMF 3.

XML is formatted using using UTF-8 encoding.

See also

AmfxMessageSerializer
AmfxInput


Public Methods
 MethodDefined By
  
AmfxOutput
  
void reset()
AmfxOutput
  
void writeObject(Object o)
AmfxOutput
  
AmfxOutput
  
void writeObjectProperty(String name, Object value)
AmfxOutput
  
AmfxOutput
  
void writeUTF(String s)
AmfxOutput
Constructor Detail
AmfxOutput()
public AmfxOutput(SerializationContext context)

Parameters
context
Method Detail
reset()
public void reset()

writeObject() 
public void writeObject(Object o)

Parameters

o

writeObjectEnd() 
public void writeObjectEnd()

writeObjectProperty() 
public void writeObjectProperty(String name, Object value)

Parameters

name
 
value

writeObjectTraits() 
public void writeObjectTraits( ti)

Parameters

ti

writeUTF() 
public void writeUTF(String s)

Parameters

s





 

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/amfx/AmfxOutput.html