CustomJsonConverters Class

Definition

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 System.DateTime instances.

CreateDocumentConverter()

Creates a new converter that deserializes JSON objects and arrays to .NET types instead of JObject and JArray.

CreateDoubleConverter()

Creates a new converter that serializes doubles to and from the OData EDM wire format.

CreateGeoJsonPointConverter()

Creates a new converter that converts between Microsoft.Spatial.GeographyPoint objects and Geo-JSON points.

Applies to