kafka-proto-serde / com.fleshgrinder.kotlin.kafka / ProtoSerde / <init>

<init>

ProtoSerde(parser: Parser<T>)

The ProtoSerde class is a Kafka Serde/Serializer/Deserializer for Proto, version 2 and 3, objects.

Parameters

T - is the concrete Proto type to construct the ProtoSerde for.

parser - for serialization and deserialization of T.

See Also

serde