Sdílet prostřednictvím


BinaryDataJsonConverter.Read Metoda

Definice

Načte a převede JSON na typ 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

Parametry

reader
Utf8JsonReader

Čtenář.

typeToConvert
Type

Typ, který chcete převést.

options
JsonSerializerOptions

Objekt, který určuje možnosti serializace použít.

Návraty

Převedená hodnota

Platí pro