All Classes and Interfaces
Class
Description
Contains configuration options for creating a
JsonReader or JsonWriter.An interface to be implemented by any azure-json plugin that wishes to provide an alternate
JsonReader or
JsonWriter implementation.Utility class for
JsonProvider that will use the implementation of JsonProvider found on the
classpath to create instances of JsonReader or JsonWriter.Reads a JSON value as a stream of tokens.
Indicates that the implementing class can be serialized to and deserialized from JSON.
Token types used when reading JSON content.
Context of JSON handling.
Writes a JSON value as a stream of tokens.
Writing context of the JSON stream.
A callback used when reading a JSON value, such as
JsonReader.readArray(ReadValueCallback).A callback used when writing a JSON value, such as
JsonWriter.writeArray(Object[], WriteValueCallback).