decode method
Asymmetric: It is necessary for the client to provide context to deserialize back to Object.
Implementation
@override
MarshalledObject decode(T encodedPayload)
{
return toIntermediateFromFormat(encodedPayload);
}
Asymmetric: It is necessary for the client to provide context to deserialize back to Object.
@override
MarshalledObject decode(T encodedPayload)
{
return toIntermediateFromFormat(encodedPayload);
}