Package me.a8kj.config.template.experimental.codec
package me.a8kj.config.template.experimental.codec
-
ClassDescriptionCodecAdapter<T,
S> Provides a unified abstraction for bidirectional data transformation between domain objects and their serialized representations.Deserializer<T,S> Defines a functional contract for reconstructing domain objects from their serialized representations.Serializer<T,S> Defines a functional contract for transforming domain objects into their serialized representations.