org.apache.kahadb.util
public static class SequenceSet.Marshaller extends java.lang.Object implements Marshaller<SequenceSet>
Modifier and Type | Field and Description |
---|---|
static SequenceSet.Marshaller |
INSTANCE |
Constructor and Description |
---|
SequenceSet.Marshaller() |
Modifier and Type | Method and Description |
---|---|
SequenceSet |
deepCopy(SequenceSet value) |
int |
getFixedSize() |
boolean |
isDeepCopySupported() |
SequenceSet |
readPayload(java.io.DataInput in)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(SequenceSet value,
java.io.DataOutput out)
Write the payload of the object to the DataOutput stream.
|
public static final SequenceSet.Marshaller INSTANCE
public SequenceSet.Marshaller()
public SequenceSet readPayload(java.io.DataInput in) throws java.io.IOException
Marshaller
readPayload
in interface Marshaller<SequenceSet>
java.io.IOException
public void writePayload(SequenceSet value, java.io.DataOutput out) throws java.io.IOException
Marshaller
writePayload
in interface Marshaller<SequenceSet>
java.io.IOException
public int getFixedSize()
getFixedSize
in interface Marshaller<SequenceSet>
public SequenceSet deepCopy(SequenceSet value)
deepCopy
in interface Marshaller<SequenceSet>
public boolean isDeepCopySupported()
isDeepCopySupported
in interface Marshaller<SequenceSet>
Marshaller.deepCopy(Object)
operations is supported.Copyright © 2005-2014. All Rights Reserved.