BinaryDataJsonConverter.Read Methode

Definitie

Leest en converteert de JSON naar het type 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

Parameters

reader
Utf8JsonReader

De lezer.

typeToConvert
Type

Het type dat moet worden geconverteerd.

options
JsonSerializerOptions

Een object dat serialisatieopties specificeert die moeten worden gebruikt.

Retouren

De geconverteerde waarde.

Van toepassing op