public class ByteBufferDeserializer extends java.lang.Object implements Deserializer<java.nio.ByteBuffer>
| Constructor and Description |
|---|
ByteBufferDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
deserialize(java.lang.String topic,
byte[] data)
Deserialize a record value from a byte array into a value or object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, configure, deserializepublic java.nio.ByteBuffer deserialize(java.lang.String topic,
byte[] data)
Deserializerdeserialize in interface Deserializer<java.nio.ByteBuffer>topic - topic associated with the datadata - serialized bytes; may be null; implementations are recommended to handle null by returning a value or null rather than throwing an exception.