| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AmfEncoder | |
|---|---|
| jp.develop.common.util.amf.encoder | Package for AMF encoding components. | 
| Uses of AmfEncoder in jp.develop.common.util.amf.encoder | 
|---|
| Methods in jp.develop.common.util.amf.encoder with parameters of type AmfEncoder | |
|---|---|
 void | 
CollectionEncoder.encode(AmfEncoder encoder,
       Collection<Object> collection)
Encode to Action Message Format(AMF).  | 
 void | 
ArrayCollectionEncoder.encode(AmfEncoder encoder,
       Collection<Object> collection)
 | 
 void | 
EnumStringEncoder.encode(AmfEncoder encoder,
       Enum<?> value)
Encode to Action Message Format(AMF).  | 
 void | 
EnumObjectEncoder.encode(AmfEncoder encoder,
       Enum<?> value)
Encode to Action Message Format(AMF).  | 
 void | 
ExternalizableEncoder.encode(AmfEncoder encoder,
       Externalizable object)
Encode to Action Message Format(AMF).  | 
 void | 
DictionaryEncoder.encode(AmfEncoder encoder,
       Map<Object,Object> map)
Encode to Action Message Format(AMF).  | 
 void | 
MapSealedEncoder.encode(AmfEncoder encoder,
       Map<String,Object> map)
Encode to Action Message Format(AMF).  | 
 void | 
MapDynamicEncoder.encode(AmfEncoder encoder,
       Map<String,Object> map)
Encode to Action Message Format(AMF).  | 
 void | 
MapArrayEncoder.encode(AmfEncoder encoder,
       Map<String,Object> object)
Encode to Action Message Format(AMF).  | 
 void | 
BeanEncoder.encode(AmfEncoder encoder,
       Object object)
Encode to Action Message Format(AMF).  | 
 void | 
ArrayEncoder.encode(AmfEncoder encoder,
       Object object)
Encode to Action Message Format(AMF).  | 
 void | 
IEncoder.encode(AmfEncoder encoder,
       T object)
Encode to Action Message Format(AMF).  | 
 void | 
ArrayCollectionEncoder.encodeProperties(AmfEncoder encoder,
                 TraitsInfo traits,
                 Collection<Object> collection,
                 PathStack path)
Encode properties by same order of traits's properties.  | 
 void | 
EnumObjectEncoder.encodeProperties(AmfEncoder encoder,
                 TraitsInfo traits,
                 Enum<?> value,
                 PathStack path)
Encode properties by same order of traits's properties.  | 
 void | 
ExternalizableEncoder.encodeProperties(AmfEncoder encoder,
                 TraitsInfo traits,
                 Externalizable externalizable,
                 PathStack path)
Encode properties by same order of traits's properties.  | 
 void | 
MapSealedEncoder.encodeProperties(AmfEncoder encoder,
                 TraitsInfo traits,
                 Map<String,Object> map,
                 PathStack path)
Encode properties by same order of traits's properties.  | 
 void | 
MapDynamicEncoder.encodeProperties(AmfEncoder encoder,
                 TraitsInfo traits,
                 Map<String,Object> map,
                 PathStack path)
Encode properties by same order of traits's properties.  | 
 void | 
BeanEncoder.encodeProperties(AmfEncoder encoder,
                 TraitsInfo traits,
                 Object object,
                 PathStack path)
Encode properties by same order of traits's properties.  | 
 void | 
IEncoder.IObjectEncoder.encodeProperties(AmfEncoder encoder,
                 TraitsInfo traits,
                 T object,
                 PathStack path)
Encode properties by same order of traits's properties.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||