Interface MarshalledValue<T,​C>

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

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