Class KeysetWrapperDeserializer
java.lang.Object
io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapperDeserializer
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.kafka.common.serialization.Deserializer<KeysetWrapper>
public class KeysetWrapperDeserializer
extends Object
implements org.apache.kafka.common.serialization.Deserializer<KeysetWrapper>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.kafka.common.serialization.Deserializer
close, configure, deserialize, deserialize
-
Constructor Details
-
KeysetWrapperDeserializer
-
-
Method Details
-
deserialize
public KeysetWrapper deserialize(String topic, byte[] key) throws org.apache.kafka.common.errors.SerializationException - Specified by:
deserializein interfaceorg.apache.kafka.common.serialization.Deserializer<KeysetWrapper>- Throws:
org.apache.kafka.common.errors.SerializationException
-