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
- IOException
T readPayload(DataInput dataIn) throws IOException
dataIn
- IOException
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.