|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IEncoder.IObjectEncoder<T>
AMF encoder interface for object.
Method Summary | |
---|---|
void |
encodeProperties(AmfEncoder encoder,
TraitsInfo traits,
T object,
PathStack path)
Encode properties by same order of traits's properties. |
TraitsInfo |
getTraitsInfo(T object)
Get object's traits information. |
Method Detail |
---|
TraitsInfo getTraitsInfo(T object)
object
- Target object.
void encodeProperties(AmfEncoder encoder, TraitsInfo traits, T object, PathStack path) throws IOException
encoder
- AMF encoder.traits
- Traits information.object
- Object to be encoded.
IOException
- I/O Exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |