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
Marshaller
writePayload
in interface Marshaller<Integer>
IOException
public Integer readPayload(DataInput dataIn) throws IOException
Marshaller
readPayload
in interface Marshaller<Integer>
IOException
Copyright © 2005–2017. All rights reserved.