public interface RpcMarshalable
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(ByteBuffer buf)
Marshal the associated object onto the passed-in ByteBuffer.
|
void marshal(ByteBuffer buf) throws BufferOverflowException
buf - non-null ByteBuffer; should be big enough to take the marshaled objectBufferOverflowException - if the passed-in buffer wasn't big enoughCopyright © 2017 Perforce Software. All Rights Reserved.