public class NippyDeserializer extends Object implements Deserializer<Object>
| Constructor and Description |
|---|
NippyDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(Map<String,?> configs,
boolean isKey) |
Object |
deserialize(String topic,
byte[] data) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserializepublic void close()
close in interface Closeableclose in interface AutoCloseableclose in interface Deserializer<Object>public void configure(Map<String,?> configs, boolean isKey)
configure in interface Deserializer<Object>public Object deserialize(String topic, byte[] data)
deserialize in interface Deserializer<Object>