Uses of Interface
jp.develop.common.util.amf.encoder.IEncoder.IDictionaryEncoder

Packages that use IEncoder.IDictionaryEncoder
jp.develop.common.util.amf Package for public classes of AMF encoding and decoding. 
jp.develop.common.util.amf.encoder Package for AMF encoding components. 
 

Uses of IEncoder.IDictionaryEncoder in jp.develop.common.util.amf
 

Methods in jp.develop.common.util.amf with parameters of type IEncoder.IDictionaryEncoder
<T> void
AmfEncoder.writeAmfDictionary(IEncoder.IDictionaryEncoder<T> encoder, T object)
          Write dictionary by AMF manner.
 

Uses of IEncoder.IDictionaryEncoder in jp.develop.common.util.amf.encoder
 

Classes in jp.develop.common.util.amf.encoder that implement IEncoder.IDictionaryEncoder
 class DictionaryEncoder
          Implementation of IEncoder.IDictionaryEncoder for Map.