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()
Marshaller
hasKey
in interface Marshaller<ParticipantData>
public byte[] extractKey(ParticipantData data)
Marshaller
extractKey
in interface Marshaller<ParticipantData>
data
- Object that holds keypublic ParticipantData unmarshall(DataEncapsulation data)
Marshaller
unmarshall
in interface Marshaller<ParticipantData>
data
- DataEncapsulationpublic DataEncapsulation marshall(ParticipantData pd)
Marshaller
marshall
in interface Marshaller<ParticipantData>
pd
- An Object to marshallCopyright © 2016. All rights reserved.