public class LongMarshaller extends Object implements Marshaller<Long>
| Modifier and Type | Field and Description |
|---|---|
static LongMarshaller |
INSTANCE |
| Constructor and Description |
|---|
LongMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
Long |
deepCopy(Long source) |
int |
getFixedSize() |
boolean |
isDeepCopySupported() |
Long |
readPayload(DataInput dataIn)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(Long object,
DataOutput dataOut)
Write the payload of the object to the DataOutput stream.
|
public static final LongMarshaller INSTANCE
public LongMarshaller()
public void writePayload(Long object, DataOutput dataOut) throws IOException
MarshallerwritePayload in interface Marshaller<Long>IOExceptionpublic Long readPayload(DataInput dataIn) throws IOException
MarshallerreadPayload in interface Marshaller<Long>IOExceptionpublic int getFixedSize()
getFixedSize in interface Marshaller<Long>public Long deepCopy(Long source)
deepCopy in interface Marshaller<Long>public boolean isDeepCopySupported()
isDeepCopySupported in interface Marshaller<Long>Marshaller.deepCopy(Object) operations is supported.Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.