Partilhar via


MicrosoftSpatialGeoJsonConverter.Read Método

Definição

Lê e converte o JSON para o tipo 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

Parâmetros

reader
Utf8JsonReader

O leitor.

typeToConvert
Type

O tipo a ser convertido.

options
JsonSerializerOptions

Um objeto que especifica as opções de serialização a serem usadas.

Retornos

O valor convertido.

Aplica-se a