IJsonTypeInfoResolver.GetTypeInfo(Type, JsonSerializerOptions) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
요청된 JsonTypeInfo 형식 및 옵션에 대한 계약을 확인합니다.
public:
System::Text::Json::Serialization::Metadata::JsonTypeInfo ^ GetTypeInfo(Type ^ type, System::Text::Json::JsonSerializerOptions ^ options);
public System.Text.Json.Serialization.Metadata.JsonTypeInfo? GetTypeInfo (Type type, System.Text.Json.JsonSerializerOptions options);
abstract member GetTypeInfo : Type * System.Text.Json.JsonSerializerOptions -> System.Text.Json.Serialization.Metadata.JsonTypeInfo
Public Function GetTypeInfo (type As Type, options As JsonSerializerOptions) As JsonTypeInfo
매개 변수
- type
- Type
확인할 형식입니다.
- options
- JsonSerializerOptions
메타데이터를 확인할 때 사용되는 구성입니다.
반환
JsonTypeInfo 요청된 형식과 일치하는 인스턴스이거나 null
계약을 확인할 수 없는 경우