T - The type of serialized object implementations can both read and writepublic interface Serde<T> extends Serializer<T>, Deserializer<T>
Serializer and
 Deserializer interfaces, allowing it to both read and write data
 in its value type, T.toBytesfromBytes