NewtonsoftJsonMicrosoftSpatialGeoJsonConverter Class

Definition

Converts between Microsoft.Spatial objects and Geo-JSON.

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

Constructors

NewtonsoftJsonMicrosoftSpatialGeoJsonConverter()

Methods

CanConvert(Type)

Determines whether this instance can convert the specified object type.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Reads the JSON representation of the object.

WriteJson(JsonWriter, Object, JsonSerializer)

Writes the JSON representation of the object.

Applies to