|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface UdpCC.Serializer
| Method Summary | |
|---|---|
Object |
deserialize(ByteBuffer buf)
Called to deserialize the given buf into the message
it represents; the inverse of serialize. |
int |
serialize_size(Object msg)
Called to determine the size of the byte array needed to serialize the given msg into. |
void |
serialize(Object msg,
ByteBuffer buf)
Called to serialize the given msg into the provided
buf; the inverse of deserialize. |
| Method Detail |
|---|
int serialize_size(Object msg)
msg into.
void serialize(Object msg,
ByteBuffer buf)
msg into the provided
buf; the inverse of deserialize.
Object deserialize(ByteBuffer buf)
throws Exception
buf into the message
it represents; the inverse of serialize.
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||