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
则为 。