public class IntegerMarshaller extends Object implements Marshaller<Integer>
| Constructor and Description |
|---|
IntegerMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
readPayload(DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(Integer object,
DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public IntegerMarshaller()
public void writePayload(Integer object, DataOutput dataOut) throws IOException
MarshallerwritePayload in interface Marshaller<Integer>IOExceptionpublic Integer readPayload(DataInput dataIn) throws IOException
MarshallerreadPayload in interface Marshaller<Integer>IOExceptionCopyright © 2005–2017. All rights reserved.