Share via


BinaryDataJsonConverter.Read Metodo

Definizione

Legge e converte il valore JSON nel tipo T.

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

Parametri

reader
Utf8JsonReader

Lettore.

typeToConvert
Type

Tipo da convertire.

options
JsonSerializerOptions

Oggetto che specifica le opzioni di serializzazione da usare.

Restituisce

Valore convertito.

Si applica a