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

<init>

NativeSerde(inner: Serde<T>)

NativeSerde decorates Kafka Serdes and allows direct access to its Serializer and Deserializer functions.

Parameters

T - is the concrete type the decorated Serde is able to serialize and deserialize.

inner - Serde to decorate with the BaseSerde interface.

See Also

serde