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