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

All Known Implementing Classes:
ObjectWriter

public interface IObjectWriter

Interface of Object Writer.

Author:
Waki Takeya
See Also:
AmfDecoder

Nested Class Summary
static interface IObjectWriter.IObjectProxy
          Interface for building up object.
 
Method Summary
 IObjectWriter.IObjectProxy getObjectProxy(Type type, String className)
          Get object proxy for building up object.
 

Method Detail

getObjectProxy

IObjectWriter.IObjectProxy getObjectProxy(Type type,
                                          String className)
Get object proxy for building up object.

Parameters:
type - The type of assigning to.
className - The class name wrote in AMF data.
Returns:
The object writer.