Interface MarshalledValueFactory<C>

All Superinterfaces:
Marshallability
All Known Implementing Classes:
ByteBufferMarshalledKeyFactory, ByteBufferMarshalledValueFactory

public interface MarshalledValueFactory<C> extends Marshallability
Author:
Paul Ferraro
  • Method Details

    • createMarshalledValue

      <T> MarshalledValue<T,C> createMarshalledValue(T object)
    • getMarshallingContext

      C getMarshallingContext()