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