Class KeysetWrapperSerde
java.lang.Object
io.confluent.kafka.schemaregistry.storage.encoder.KeysetWrapperSerde
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.kafka.common.serialization.Serde<KeysetWrapper>
public class KeysetWrapperSerde
extends Object
implements org.apache.kafka.common.serialization.Serde<KeysetWrapper>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidorg.apache.kafka.common.serialization.Deserializer<KeysetWrapper>org.apache.kafka.common.serialization.Serializer<KeysetWrapper>
-
Constructor Details
-
KeysetWrapperSerde
-
-
Method Details
-
serializer
- Specified by:
serializerin interfaceorg.apache.kafka.common.serialization.Serde<KeysetWrapper>
-
deserializer
- Specified by:
deserializerin interfaceorg.apache.kafka.common.serialization.Serde<KeysetWrapper>
-
configure
- Specified by:
configurein interfaceorg.apache.kafka.common.serialization.Serde<KeysetWrapper>
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.apache.kafka.common.serialization.Serde<KeysetWrapper>
-