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