JsonConverterAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

JsonConverterAttribute()

yeni bir örneğini JsonConverterAttributebaşlatır.

JsonConverterAttribute(Type)

Belirtilen dönüştürücü türüyle yeni bir örneğini JsonConverterAttribute başlatır.

JsonConverterAttribute()

Kaynak:
JsonConverterAttribute.cs
Kaynak:
JsonConverterAttribute.cs
Kaynak:
JsonConverterAttribute.cs

yeni bir örneğini JsonConverterAttributebaşlatır.

protected:
 JsonConverterAttribute();
protected JsonConverterAttribute ();
Protected Sub New ()

Şunlara uygulanır

JsonConverterAttribute(Type)

Kaynak:
JsonConverterAttribute.cs
Kaynak:
JsonConverterAttribute.cs
Kaynak:
JsonConverterAttribute.cs

Belirtilen dönüştürücü türüyle yeni bir örneğini JsonConverterAttribute başlatır.

public:
 JsonConverterAttribute(Type ^ converterType);
public JsonConverterAttribute (Type converterType);
new System.Text.Json.Serialization.JsonConverterAttribute : Type -> System.Text.Json.Serialization.JsonConverterAttribute
Public Sub New (converterType As Type)

Parametreler

converterType
Type

Dönüştürücü türü.

Şunlara uygulanır