Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List<L> serialization and deserialization will be done through repeatedly calling a serializer/deserializer for each entry provided by passed generic L T's serde. For example, if you want to create List of Strings serde, then serializer/deserializer of Serdes.StringSerde will be used to serialize/deserialize each entry in List<String>.

...