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
Marshaller
writePayload
in interface Marshaller<java.lang.Integer>
java.io.IOException
public java.lang.Integer readPayload(java.io.DataInput dataIn) throws java.io.IOException
Marshaller
readPayload
in interface Marshaller<java.lang.Integer>
java.io.IOException
Copyright © 2005-2012. All Rights Reserved.