다음을 통해 공유


BinaryDataJsonConverter.Read 메서드

정의

JSON을 읽고 형식 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

매개 변수

reader
Utf8JsonReader

판독기입니다.

typeToConvert
Type

변환할 형식입니다.

options
JsonSerializerOptions

사용할 serialization 옵션을 지정하는 개체입니다.

반환

변환된 값입니다.

적용 대상