All Classes and Interfaces

Class
Description
Generic interface covering basic Avro serialization and deserialization methods.
An interface to be implemented by any azure-core plugin that wishes to provide an Avro AvroSerializer implementation.
Service Provider Interface (SPI) proxy for AvroSerializerProvider.
This class facilitates constructing and sending a HTTP request.
A response received from sending a DynamicRequest.
Interface that represents a JSON array.
Interfaces that represents a JSON node.
Interface to be implemented by an azure-core plugin that wishes to provide a JsonNode implementation.
Interface that represents a JSON null.
Interface that represents a JSON object.
Contains configuration options for creating a JsonReader or JsonWriter.
Interface that represents a JSON value.
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.
Generic interface covering basic JSON serialization and deserialization methods.
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).