public static class DefaultCodec.Keys<K> extends java.lang.Object implements KeyCodec<K>
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultCodec.Keys.SupportedType |
| Constructor and Description |
|---|
Keys() |
| Modifier and Type | Method and Description |
|---|---|
K |
decode(byte[] bytes) |
byte[] |
encode(K object) |
boolean |
supports(java.lang.Class<?> type) |
public K decode(byte[] bytes)