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
MarshallerreadPayload in interface Marshaller<SequenceSet>IOExceptionpublic void writePayload(SequenceSet value, DataOutput out) throws IOException
MarshallerwritePayload in interface Marshaller<SequenceSet>IOExceptionpublic 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–2017 FuseSource, Corp.. All rights reserved.