Uses of Interface
io.datarouter.bytes.Codec
| Package | Description |
|---|---|
| io.datarouter.bytes | |
| io.datarouter.bytes.binarydto.fieldcodec |
-
Uses of Codec in io.datarouter.bytes
Classes in io.datarouter.bytes that implement Codec Modifier and Type Class Description static classCodec.FunctionalCodec<A,B>Build a Codec from two Functions.static classCodec.NullPassthroughCodec<A,B>Skips the inner codecs when provided values are null, directly returning null. -
Uses of Codec in io.datarouter.bytes.binarydto.fieldcodec
Constructors in io.datarouter.bytes.binarydto.fieldcodec with parameters of type Codec Constructor Description BinaryDtoConvertingFieldCodec(Codec<R,T> converter, BinaryDtoBaseFieldCodec<T> codec)