Uses of Interface
jp.develop.common.util.amf.decoder.IObjectWriter

Packages that use IObjectWriter
jp.develop.common.util.amf Package for public classes of AMF encoding and decoding. 
jp.develop.common.util.amf.decoder Package for AMF decoding components. 
 

Uses of IObjectWriter in jp.develop.common.util.amf
 

Methods in jp.develop.common.util.amf that return IObjectWriter
 IObjectWriter AmfDecoderOption.getObjectWriter()
          Get object writer.
 

Constructors in jp.develop.common.util.amf with parameters of type IObjectWriter
AmfDecoderOption(IObjectWriter objectWriter, IArrayWriter arrayWriter, Converter converter)
          Constructs a instance with specified object writer, array writer and converter.
 

Uses of IObjectWriter in jp.develop.common.util.amf.decoder
 

Classes in jp.develop.common.util.amf.decoder that implement IObjectWriter
 class ObjectWriter
          Implementation of IObjectWriter.