Class LicenseStore.LicenseKeySerde
java.lang.Object
io.confluent.serializers.ProtoSerde<io.confluent.command.record.Command.CommandKey>
io.confluent.license.LicenseStore.LicenseKeySerde
- All Implemented Interfaces:
io.confluent.serializers.SerdeWithJson<io.confluent.command.record.Command.CommandKey>,io.confluent.serializers.UberSerde<io.confluent.command.record.Command.CommandKey>,Closeable,AutoCloseable,org.apache.kafka.common.serialization.Deserializer<io.confluent.command.record.Command.CommandKey>,org.apache.kafka.common.serialization.Serde<io.confluent.command.record.Command.CommandKey>,org.apache.kafka.common.serialization.Serializer<io.confluent.command.record.Command.CommandKey>
- Enclosing class:
LicenseStore
public static class LicenseStore.LicenseKeySerde
extends io.confluent.serializers.ProtoSerde<io.confluent.command.record.Command.CommandKey>
-
Field Summary
Fields inherited from interface io.confluent.serializers.UberSerde
MAGIC_BYTE_ORDERED_KEY, MAGIC_BYTE_PROTOBUF, MAGIC_BYTE_STRING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.confluent.serializers.ProtoSerde
close, configure, deserialize, deserialize, deserializer, fromJson, serialize, serialize, serializer, toJson, toJson, typeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.kafka.common.serialization.Deserializer
deserialize, deserializeMethods inherited from interface org.apache.kafka.common.serialization.Serializer
serialize
-
Constructor Details
-
LicenseKeySerde
public LicenseKeySerde()
-