MicrosoftSpatialGeoJsonConverter 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.
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 |
Write(Utf8JsonWriter, Object, JsonSerializerOptions) |
Writes a specified value as JSON. |