Expand description

DeserializerAdapter is used to fit serde Deserializer implementations and DataReader together.

DataReader cannot assume a specific serialization format, so it needs to be given as a parameter.

for WITH_KEY topics, we need to be able to (de)serailize the key in addition to data.

Traits

trait for connecting Serde Deserializer implementation and DataReader together - no_key version.

trait for connecting Serde Serializer implementation and DataWriter together - no_key version.