Class ListBinaryDtoFieldCodec<T>
java.lang.Object
io.datarouter.bytes.binarydto.fieldcodec.BinaryDtoBaseFieldCodec<A>
io.datarouter.bytes.binarydto.fieldcodec.other.BaseArrayBinaryDtoFieldCodec<T,List<T>>
io.datarouter.bytes.binarydto.fieldcodec.other.ListBinaryDtoFieldCodec<T>
public class ListBinaryDtoFieldCodec<T> extends BaseArrayBinaryDtoFieldCodec<T,List<T>>
-
Constructor Summary
Constructors Constructor Description ListBinaryDtoFieldCodec(BinaryDtoBaseFieldCodec<T> itemCodec, boolean isNullableItems) -
Method Summary
Methods inherited from class io.datarouter.bytes.binarydto.fieldcodec.other.BaseArrayBinaryDtoFieldCodec
decodeInternal, encodeInternal, supportsComparableCodecMethods inherited from class io.datarouter.bytes.binarydto.fieldcodec.BinaryDtoBaseFieldCodec
compareAsIfEncoded, decode, fixedLength, isFixedLength, isVariableLength
-
Constructor Details
-
ListBinaryDtoFieldCodec
-
-
Method Details
-
encode
- Specified by:
encodein classBinaryDtoBaseFieldCodec<List<T>>
-
decode
- Specified by:
decodein classBinaryDtoBaseFieldCodec<List<T>>
-