Package org.apache.kafka.common.serialization
Provides interface and some implementations of serialization/deserialization routines for various objects.
-
Interface Summary Interface Description Deserializer<T> An interface for converting bytes to objects.Serde<T> The interface for wrapping a serializer and deserializer for the given data type.Serializer<T> An interface for converting objects to bytes.