See: Description
| Interface | Description |
|---|---|
| JsonSerializer |
Generic interface covering basic JSON serialization and deserialization methods.
|
| JsonSerializerProvider |
Interface to be implemented by an azure-core plugin that wishes to provide a
JsonSerializer implementation. |
| MemberNameConverter |
Generic interface that attempts to retrieve the JSON serialized property name from
Member. |
| MemberNameConverterProvider |
Interface to be implemented by an azure-core plugin that wishes to provide a
MemberNameConverter
implementation. |
| ObjectSerializer |
Generic interface covering serializing and deserialization objects.
|
| SerializerAdapter |
An interface defining the behaviors of a serializer.
|
| Class | Description |
|---|---|
| JacksonAdapter |
Implementation of
SerializerAdapter for Jackson. |
| JsonSerializerProviders |
This class is a proxy for using a
JsonSerializerProvider loaded from the classpath. |
| MemberNameConverterProviders |
This class is a proxy for using a
MemberNameConverterProvider loaded from the classpath. |
| TypeReference<T> |
This class represents a generic Java type, retaining information about generics.
|
| Enum | Description |
|---|---|
| CollectionFormat |
Swagger collection format to use for joining
List parameters in paths, queries, and headers. |
| SerializerEncoding |
Supported serialization encoding formats.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.