ProtoSerde(parser: Parser<T>)
The ProtoSerde class is a Kafka Serde/Serializer/Deserializer for Proto, version 2 and 3, objects.
T
- is the concrete Proto type to construct the ProtoSerde for.
parser
- for serialization and deserialization of T.
See Also