Interface MarshalledValueFactory<C>

Type Parameters:
C - the marshalling context type
All Superinterfaces:
Marshallability
All Known Implementing Classes:
ByteBufferMarshalledKeyFactory, ByteBufferMarshalledValueFactory

public interface MarshalledValueFactory<C> extends Marshallability
Factory for creating marshalled values.
Author:
Paul Ferraro