CustomJsonConverters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides access to custom JsonConverter
instances used by the Azure
Search .NET SDK. For test purposes only.
public static class CustomJsonConverters
type CustomJsonConverters = class
Public Class CustomJsonConverters
- Inheritance
-
CustomJsonConverters
Remarks
This class is part of the internal implementation of the Azure Cognitive Search .NET SDK. It is not intended to be used directly by application code.
Methods
CreateAllConverters() |
Creates a collection of all custom converters. |
CreateDateTimeConverter() |
Creates a new converter that converts between dates serialized in ISO 8601 format in JSON strings and
|
CreateDocumentConverter() |
Creates a new converter that deserializes JSON objects and arrays to .NET types instead
of |
CreateDoubleConverter() |
Creates a new converter that serializes doubles to and from the OData EDM wire format. |
CreateGeoJsonPointConverter() |
Creates a new converter that converts between
|
Applies to
Azure SDK for .NET