T
- The type of serialized object implementations can both read and writepublic interface Serde<T> extends Serializer<T>, Deserializer<T>, java.io.Serializable
Serializer
and
Deserializer
interfaces, allowing it to both read and write data
in its value type, T.
A serde instance itself must be Serializable
using Java serialization.toBytes
fromBytes