public class BooleanDeserializer extends Object implements Deserializer<Boolean>
| Constructor and Description |
|---|
BooleanDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Boolean | 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, waitclose, configure, deserializepublic Boolean deserialize(String topic, byte[] data)
Deserializerdeserialize in interface Deserializer<Boolean>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.