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(Class<T> type) |
<T> boolean |
register(Codec<T> code,
Class<T> type) |
Copyright © 2009–2021. All rights reserved.