public class AtomicIntegerMarshaller extends Object implements Marshaller<AtomicInteger>
Constructor and Description |
---|
AtomicIntegerMarshaller() |
Modifier and Type | Method and Description |
---|---|
AtomicInteger |
readPayload(DataInput dataIn)
Read the entry from the RawContainer
|
void |
writePayload(AtomicInteger ai,
DataOutput dataOut)
Write the payload of this entry to the RawContainer
|
public void writePayload(AtomicInteger ai, DataOutput dataOut) throws IOException
Marshaller
writePayload
in interface Marshaller<AtomicInteger>
IOException
public AtomicInteger readPayload(DataInput dataIn) throws IOException
Marshaller
readPayload
in interface Marshaller<AtomicInteger>
IOException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.