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.s
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    get(C context)