JsonConverterAttribute Konstruktory

Definice

Přetížení

JsonConverterAttribute()

Inicializuje novou instanci JsonConverterAttribute.

JsonConverterAttribute(Type)

Inicializuje novou instanci JsonConverterAttribute se zadaným typem převaděče.

JsonConverterAttribute()

Inicializuje novou instanci JsonConverterAttribute.

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

Platí pro

JsonConverterAttribute(Type)

Inicializuje novou instanci JsonConverterAttribute se zadaným typem převaděče.

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)

Parametry

converterType
Type

Typ převaděče.

Platí pro