Class ProtobufSerde<T extends com.google.protobuf.Message>
java.lang.Object
io.apicurio.registry.serde.AbstractSerde<T>
io.apicurio.registry.serde.protobuf.ProtobufSerde<T>
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.kafka.common.serialization.Serde<T>
Wraps the ProtobufKafkaSerializer and ProtobufKafkaDeserializer.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.apicurio.registry.serde.AbstractSerde
close, configure, deserializer, serializer
-
Constructor Details
-
ProtobufSerde
public ProtobufSerde()
-