public interface Marshaller<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readPayload(java.io.DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(T object,
java.io.DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
void writePayload(T object, java.io.DataOutput dataOut) throws java.io.IOException
object - dataOut - java.io.IOExceptionT readPayload(java.io.DataInput dataIn) throws java.io.IOException
dataIn - java.io.IOExceptionCopyright © 2005-2012. All Rights Reserved.