MicrosoftSpatialGeoJsonConverter.Write メソッド

定義

指定された値を JSON として書き込みます。

public override void Write (System.Text.Json.Utf8JsonWriter writer, object value, System.Text.Json.JsonSerializerOptions options);
override this.Write : System.Text.Json.Utf8JsonWriter * obj * System.Text.Json.JsonSerializerOptions -> unit
Public Overrides Sub Write (writer As Utf8JsonWriter, value As Object, options As JsonSerializerOptions)

パラメーター

writer
Utf8JsonWriter

書き込み先のライター。

value
Object

JSON に変換する値。

options
JsonSerializerOptions

使用するシリアル化オプションを指定するオブジェクト。

適用対象