Uses of Interface
io.activej.codec.StructuredInput
| Package | Description |
|---|---|
| io.activej.codec | |
| io.activej.codec.binary | |
| io.activej.codec.json |
-
Uses of StructuredInput in io.activej.codec
Methods in io.activej.codec with parameters of type StructuredInput Modifier and Type Method Description TCodecSubtype. decode(StructuredInput in)TStructuredDecoder. decode(StructuredInput in) -
Uses of StructuredInput in io.activej.codec.binary
Classes in io.activej.codec.binary that implement StructuredInput Modifier and Type Class Description classBinaryStructuredInput -
Uses of StructuredInput in io.activej.codec.json
Classes in io.activej.codec.json that implement StructuredInput Modifier and Type Class Description classJsonStructuredInput