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 aMarshalledObject.get(), but supports an independent marshalling context.s- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget(C context)
-
-
-
Method Detail
-
get
T get(C context) throws IOException
- Throws:
IOException
-
-