BinaryDataJsonConverter.Read Yöntem

Tanım

JSON dosyasını okur ve türüne Tdönüştürür.

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

Parametreler

reader
Utf8JsonReader

Okuyucu.

typeToConvert
Type

Dönüştürülecek tür.

options
JsonSerializerOptions

Kullanılacak serileştirme seçeneklerini belirten bir nesne.

Döndürülenler

Dönüştürülen değer.

Şunlara uygulanır