Uses of Package
io.avaje.json
Packages that use io.avaje.json
Package
Description
Core JsonAdapters provided for basic types.
Reading and writing JSON content.
Defines the ability to build "Views" that will render only selected
properties of a JsonAdapter.
-
Classes in io.avaje.json used by io.avaje.jsonClassDescriptionThe core API for serialization to and from json.Thrown when the data being parsed is not encoded as valid JSON, method invocation fails for json views, or and underlying IOException occurs.Thrown when underlying IOException occurred during read or write of json.Reads json content as a stream of JSON tokens and content.A structure, name, or value type in a JSON-encoded string.Writes json content.Marker interface for IOAdapter specific property names.
-
Classes in io.avaje.json used by io.avaje.json.core
-
Classes in io.avaje.json used by io.avaje.json.mapperClassDescriptionThe core API for serialization to and from json.Reads json content as a stream of JSON tokens and content.Writes json content.Marker interface for IOAdapter specific property names.
-
Classes in io.avaje.json used by io.avaje.json.streamClassDescriptionReads json content as a stream of JSON tokens and content.Writes json content.Marker interface for IOAdapter specific property names.
-
Classes in io.avaje.json used by io.avaje.json.view