BinaryDataJsonConverter.Read Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
JSON dosyasını okur ve Ttürüne dö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.