Freigeben über


JsonConverterAttribute Konstruktoren

Definition

Überlädt

JsonConverterAttribute()

Initialisiert eine neue Instanz von JsonConverterAttribute.

JsonConverterAttribute(Type)

Initialisiert eine neue Instanz von JsonConverterAttribute mit dem angegebenen Konvertertyp.

JsonConverterAttribute()

Initialisiert eine neue Instanz von JsonConverterAttribute.

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

Gilt für

JsonConverterAttribute(Type)

Initialisiert eine neue Instanz von JsonConverterAttribute mit dem angegebenen Konvertertyp.

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)

Parameter

converterType
Type

Der Typ des Konverters.

Gilt für