public interface CodecManager
Codec instances
and can be used by a JRedis implementation to support the optional semantic
methods.| Modifier and Type | Method and Description |
|---|---|
<T> Codec<T> |
getCodec(java.lang.Class<T> type) |
<T> boolean |
register(Codec<T> code,
java.lang.Class<T> type) |