IJsonTypeInfoResolver.GetTypeInfo(Type, JsonSerializerOptions) 方法

定义

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

适用于