public static class SequenceSet.Marshaller extends 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(DataInput in)
Read the payload of the object from the DataInput stream.
|
void |
writePayload(SequenceSet value,
DataOutput out)
Write the payload of the object to the DataOutput stream.
|
public static final SequenceSet.Marshaller INSTANCE
public SequenceSet.Marshaller()
public SequenceSet readPayload(DataInput in) throws IOException
Marshaller
readPayload
in interface Marshaller<SequenceSet>
IOException
public void writePayload(SequenceSet value, DataOutput out) throws IOException
Marshaller
writePayload
in interface Marshaller<SequenceSet>
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–2016. All rights reserved.