Compartir a través de


NewtonsoftJsonMicrosoftSpatialGeoJsonConverter Clase

Definición

Convierte entre Microsoft.Spatial objetos y Geo-JSON.

public class NewtonsoftJsonMicrosoftSpatialGeoJsonConverter : Newtonsoft.Json.JsonConverter
type NewtonsoftJsonMicrosoftSpatialGeoJsonConverter = class
    inherit JsonConverter
Public Class NewtonsoftJsonMicrosoftSpatialGeoJsonConverter
Inherits JsonConverter
Herencia
Newtonsoft.Json.JsonConverter
NewtonsoftJsonMicrosoftSpatialGeoJsonConverter

Constructores

NewtonsoftJsonMicrosoftSpatialGeoJsonConverter()

Convierte entre Microsoft.Spatial objetos y Geo-JSON.

Métodos

CanConvert(Type)

Determina si esta instancia puede convertir el tipo de objeto especificado.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Lee la representación JSON del objeto.

WriteJson(JsonWriter, Object, JsonSerializer)

Escribe la representación JSON del objeto.

Se aplica a