public interface Marshaller<T>
Modifier and Type | Method and Description |
---|---|
T |
deepCopy(T source) |
int |
getFixedSize() |
boolean |
isDeepCopySupported() |
T |
readPayload(java.io.DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(T object,
java.io.DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
void writePayload(T object, java.io.DataOutput dataOut) throws java.io.IOException
object
- dataOut
- java.io.IOException
T readPayload(java.io.DataInput dataIn) throws java.io.IOException
dataIn
- java.io.IOException
int getFixedSize()
boolean isDeepCopySupported()
deepCopy(Object)
operations is supported.Copyright © 2005-2012. All Rights Reserved.