Aracılığıyla paylaş


IJsonTypeInfoResolver.GetTypeInfo(Type, JsonSerializerOptions) Yöntem

Tanım

İstenen tür ve seçenekler için bir JsonTypeInfo sözleşmeyi çözümler.

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

Parametreler

type
Type

Çözümlenecek türü yazın.

options
JsonSerializerOptions

Meta veriler çözümlendiğinde kullanılan yapılandırma.

Döndürülenler

JsonTypeInfo İstenen türle eşleşen bir örnek veya null hiçbir sözleşme çözümlenemediyse.

Şunlara uygulanır