public static class DefaultCodec.Keys<K> extends 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(Class<?> type) |
public K decode(byte[] bytes)
Copyright © 2009–2016. All rights reserved.