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 classFunctionalCodec<A,B> -
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)