|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface RpcDispatcher.Marshaller
| Method Summary | |
|---|---|
java.lang.Object |
objectFromBuffer(byte[] buf,
int offset,
int length)
|
Buffer |
objectToBuffer(java.lang.Object obj)
Marshals the object into a byte[] buffer and returns a Buffer with a ref to the underlying byte[] buffer, offset and length. Note that the underlying byte[] buffer must not be changed as this would change the buffer of a message which potentially can get retransmitted, and such a retransmission would then carry a ref to a changed byte[] buffer ! |
| Method Detail |
|---|
Buffer objectToBuffer(java.lang.Object obj)
throws java.lang.Exception
obj -
java.lang.Exception
java.lang.Object objectFromBuffer(byte[] buf,
int offset,
int length)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||