Interface MarshalledValue<T,C>
- Type Parameters:
T- value typeC- 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
-
Method Details
-
get
- Throws:
IOException
-