Interface MarshalledValue<T,C>

Type Parameters:
T - value type
C - marshalling context type
All Known Implementing Classes:
ByteBufferMarshalledKey, ByteBufferMarshalledValue

public interface MarshalledValue<T,C>
Offers semantics similar to a MarshalledObject.get(), but supports an independent marshalling context.
Author:
Paul Ferraro