Uses of Package
io.activej.codec
| Package | Description |
|---|---|
| io.activej.codec | |
| io.activej.codec.binary | |
| io.activej.codec.json | |
| io.activej.codec.registry |
-
Classes in io.activej.codec used by io.activej.codec Class Description CodecSubtype This is acodecthat stores subtypes of T with different codecs as a tagged union with string tags.StructuredCodec A structured codec is an object that describes how some type T can be written intoStructuredOutputor read fromStructuredInput.StructuredDecoder Encorer can read an object of type T from aStructuredInput.StructuredEncoder Encorer can write an object of type T into aStructuredOutput.StructuredInput This is an abstraction that allows you to read data in uniform way from different sources with different implementations of this interfaceStructuredInput.DecoderRunnable StructuredInput.Token StructuredOutput This is an abstraction that allows you to write data in uniform way in different forms with different implementations of this interface -
Classes in io.activej.codec used by io.activej.codec.binary Class Description StructuredDecoder Encorer can read an object of type T from aStructuredInput.StructuredEncoder Encorer can write an object of type T into aStructuredOutput.StructuredInput This is an abstraction that allows you to read data in uniform way from different sources with different implementations of this interfaceStructuredInput.Token StructuredOutput This is an abstraction that allows you to write data in uniform way in different forms with different implementations of this interface -
Classes in io.activej.codec used by io.activej.codec.json Class Description StructuredCodec A structured codec is an object that describes how some type T can be written intoStructuredOutputor read fromStructuredInput.StructuredDecoder Encorer can read an object of type T from aStructuredInput.StructuredEncoder Encorer can write an object of type T into aStructuredOutput.StructuredInput This is an abstraction that allows you to read data in uniform way from different sources with different implementations of this interfaceStructuredInput.Token StructuredOutput This is an abstraction that allows you to write data in uniform way in different forms with different implementations of this interface -
Classes in io.activej.codec used by io.activej.codec.registry Class Description StructuredCodec A structured codec is an object that describes how some type T can be written intoStructuredOutputor read fromStructuredInput.