See: Description
| Interface | Description |
|---|---|
| AvroSerializer |
Generic interface covering basic Avro serialization and deserialization methods.
|
| AvroSerializerProvider |
An interface to be implemented by any azure-core plugin that wishes to provide an Avro
AvroSerializer
implementation. |
| JsonArray |
Interface that represents a JSON array.
|
| JsonNode |
Interfaces that represents a JSON node.
|
| JsonNodeProvider |
Interface to be implemented by an azure-core plugin that wishes to provide a
JsonNode implementation. |
| JsonNull |
Interface that represents a JSON null.
|
| JsonObject |
Interface that represents a JSON object.
|
| JsonPrimitive |
Interface that represents a JSON value.
|
| JsonSerializer |
Generic interface covering basic JSON serialization and deserialization methods.
|
| Class | Description |
|---|---|
| AvroSerializerProviders |
Service Provider Interface (SPI) proxy for
AvroSerializerProvider. |
Copyright © 2021 Microsoft Corporation. All rights reserved.