次の方法で共有


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 表現を書き込みます。

適用対象