NativeSerde(inner: Serde<T>)
NativeSerde decorates Kafka Serdes and allows direct access to its Serializer and Deserializer functions.
T
- is the concrete type the decorated Serde is able to serialize and
deserialize.
inner
- Serde to decorate with the BaseSerde interface.
See Also