Class ListCodec<T>

java.lang.Object
dev.argon.esexpr.ESExprCodec<List<T>>
dev.argon.esexpr.codecs.ListCodec<T>
Type Parameters:
T - The type of the list elements.

public class ListCodec<T> extends ESExprCodec<List<T>>
A codec for list values.