public class ParticipantDataMarshaller extends Object implements Marshaller<ParticipantData>
| Constructor and Description |
|---|
ParticipantDataMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
extractKey(ParticipantData data)
Extracts a key from given object.
|
boolean |
hasKey()
Determines whether or not a key is associated with type T.
|
DataEncapsulation |
marshall(ParticipantData pd)
Marshalls given Object to DataEncapsulation
|
ParticipantData |
unmarshall(DataEncapsulation data)
Unmarshalls given DataEncapsulation to Object.
|
public boolean hasKey()
MarshallerhasKey in interface Marshaller<ParticipantData>public byte[] extractKey(ParticipantData data)
MarshallerextractKey in interface Marshaller<ParticipantData>data - Object that holds keypublic ParticipantData unmarshall(DataEncapsulation data)
Marshallerunmarshall in interface Marshaller<ParticipantData>data - DataEncapsulationpublic DataEncapsulation marshall(ParticipantData pd)
Marshallermarshall in interface Marshaller<ParticipantData>pd - An Object to marshallCopyright © 2016. All rights reserved.