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

MicrosoftSpatialGeoJsonConverter.Read Method

Definition

Reads and converts the JSON to type T.

public override object Read(ref System.Text.Json.Utf8JsonReader reader, Type typeToConvert, System.Text.Json.JsonSerializerOptions options);
override this.Read : Utf8JsonReader * Type * System.Text.Json.JsonSerializerOptions -> obj
Public Overrides Function Read (ByRef reader As Utf8JsonReader, typeToConvert As Type, options As JsonSerializerOptions) As Object

Parameters

reader
Utf8JsonReader

The reader.

typeToConvert
Type

The type to convert.

options
JsonSerializerOptions

An object that specifies serialization options to use.

Returns

The converted value.

Applies to