DefaultJsonTypeInfoResolver.GetTypeInfo(Type, JsonSerializerOptions) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 type
options
구성에 대한 JSON 계약을 확인합니다.
public:
virtual System::Text::Json::Serialization::Metadata::JsonTypeInfo ^ GetTypeInfo(Type ^ type, System::Text::Json::JsonSerializerOptions ^ options);
public virtual 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
override this.GetTypeInfo : Type * System.Text.Json.JsonSerializerOptions -> System.Text.Json.Serialization.Metadata.JsonTypeInfo
Public Overridable Function GetTypeInfo (type As Type, options As JsonSerializerOptions) As JsonTypeInfo
매개 변수
- type
- Type
JSON 계약을 확인할 형식입니다.
- options
- JsonSerializerOptions
JsonSerializerOptions 계약 구성을 결정하는 데 사용되는 인스턴스입니다.
반환
JsonTypeInfo 에 대한 리플렉션 파생 JSON 계약을 정의하는 것입니다type
.
구현
예외
type
또는 options
가 null
인 경우
설명
이 메서드의 기본 구현은 리플렉션 파생 계약을 생성하고 목록에서 콜백을 적용합니다 Modifiers .