Uses of Class
io.datarouter.bytes.binarydto.codec.BinaryDtoCodec
| Package | Description |
|---|---|
| io.datarouter.bytes.binarydto.codec | |
| io.datarouter.bytes.binarydto.codec.bytearray |
-
Uses of BinaryDtoCodec in io.datarouter.bytes.binarydto.codec
Methods in io.datarouter.bytes.binarydto.codec that return BinaryDtoCodec Modifier and Type Method Description static <T extends BinaryDto<T>>
BinaryDtoCodec<T>BinaryDtoCodec. of(Class<? extends T> dtoClass) -
Uses of BinaryDtoCodec in io.datarouter.bytes.binarydto.codec.bytearray
Constructors in io.datarouter.bytes.binarydto.codec.bytearray with parameters of type BinaryDtoCodec Constructor Description MultiBinaryDtoEncoder(BinaryDtoCodec<T> codec)