public class BytesDeserializer extends Object implements Deserializer<org.apache.kafka.common.utils.Bytes>
Constructor and Description |
---|
BytesDeserializer() |
Modifier and Type | Method and Description |
---|---|
org.apache.kafka.common.utils.Bytes |
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 org.apache.kafka.common.utils.Bytes deserialize(String topic, byte[] data)
Deserializer
deserialize
in interface Deserializer<org.apache.kafka.common.utils.Bytes>
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.