public class ByteArrayDeserializer extends Object implements Deserializer<byte[]>
Constructor and Description |
---|
ByteArrayDeserializer() |
Modifier and Type | Method and Description |
---|---|
byte[] |
deserialize(String topic,
byte[] data)
Deserialize a record value from a byte array into a value or object.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, configure, deserialize, deserialize
public byte[] deserialize(String topic, byte[] data)
Deserializer
deserialize
in interface Deserializer<byte[]>
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.