MicrosoftSpatialGeoJsonConverter Class

Definition

Converts between Microsoft.Spatial objects and Geo-JSON.

public class MicrosoftSpatialGeoJsonConverter : System.Text.Json.Serialization.JsonConverter<object>
type MicrosoftSpatialGeoJsonConverter = class
    inherit JsonConverter<obj>
Public Class MicrosoftSpatialGeoJsonConverter
Inherits JsonConverter(Of Object)
Inheritance
MicrosoftSpatialGeoJsonConverter

Constructors

MicrosoftSpatialGeoJsonConverter()

Methods

CanConvert(Type)

Determines whether the specified type can be converted.

Read(Utf8JsonReader, Type, JsonSerializerOptions)

Reads and converts the JSON to type T.

Write(Utf8JsonWriter, Object, JsonSerializerOptions)

Writes a specified value as JSON.

Applies to