Class ESExprCodec<T>

java.lang.Object
dev.argon.esexpr.ESExprCodec<T>
Type Parameters:
T - The concrete type.
Direct Known Subclasses:
BigIntegerCodec, BooleanCodec, ByteArrayCodec, DoubleCodec, FloatCodec, ImmutableByteListCodec, ImmutableIntListCodec, ImmutableLongListCodec, ImmutableShortListCodec, IntArrayCodec, IntCodecBase, ListCodec, LongArrayCodec, NonNegativeBigIntegerCodec, OptionalCodec, ShortArrayCodec, StringCodec

public abstract class ESExprCodec<T> extends Object
Encodes and Decodes ESExpr values into concrete types.