你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NewtonsoftJsonMicrosoftSpatialGeoJsonConverter 类

定义

在对象和 Geo-JSON 之间 Microsoft.Spatial 转换。

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

构造函数

NewtonsoftJsonMicrosoftSpatialGeoJsonConverter()

在对象和 Geo-JSON 之间 Microsoft.Spatial 转换。

方法

CanConvert(Type)

确定此实例是否可以转换指定的对象类型。

ReadJson(JsonReader, Type, Object, JsonSerializer)

读取对象的 JSON 表示形式。

WriteJson(JsonWriter, Object, JsonSerializer)

写入对象的 JSON 表示形式。

适用于