Class ObjectArrayBinaryDtoFieldCodec<T>
java.lang.Object
io.datarouter.bytes.binarydto.fieldcodec.BinaryDtoBaseFieldCodec<A>
io.datarouter.bytes.binarydto.fieldcodec.other.BaseArrayBinaryDtoFieldCodec<T,T[]>
io.datarouter.bytes.binarydto.fieldcodec.other.ObjectArrayBinaryDtoFieldCodec<T>
public class ObjectArrayBinaryDtoFieldCodec<T> extends BaseArrayBinaryDtoFieldCodec<T,T[]>
-
Constructor Summary
Constructors Constructor Description ObjectArrayBinaryDtoFieldCodec(Class<T> itemClass, 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
-
ObjectArrayBinaryDtoFieldCodec
public ObjectArrayBinaryDtoFieldCodec(Class<T> itemClass, BinaryDtoBaseFieldCodec<T> itemCodec, boolean isNullableItems)
-
-
Method Details
-
encode
- Specified by:
encodein classBinaryDtoBaseFieldCodec<T[]>
-
decode
- Specified by:
decodein classBinaryDtoBaseFieldCodec<T[]>
-