public interface DCEWriteable
A class that implements the DCEWriteable interface can save itself to a DCE buffer.
Modifier and Type | Method and Description |
---|---|
void |
writeObject(DCEBuffer buf,
DCEBuffer strBuf)
Write the object state to DCE/RPC buffers.
|
void writeObject(DCEBuffer buf, DCEBuffer strBuf) throws DCEBufferException
If a list of objects is being written the strings will be written after the objects so the second buffer will be specified.
If a single object is being written to the buffer the second buffer may be null or be the same buffer as the main buffer.
buf
- DCEBufferstrBuf
- DCEBufferDCEBufferException
Copyright © 2005–2018 Alfresco Software. All rights reserved.