Compartilhar via


JsonConverterAttribute Construtores

Definição

Sobrecargas

JsonConverterAttribute()

Inicializa uma nova instância de JsonConverterAttribute.

JsonConverterAttribute(Type)

Inicializa uma nova instância de JsonConverterAttribute com o tipo de conversor especificado.

JsonConverterAttribute()

Inicializa uma nova instância de JsonConverterAttribute.

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

Aplica-se a

JsonConverterAttribute(Type)

Inicializa uma nova instância de JsonConverterAttribute com o tipo de conversor especificado.

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)

Parâmetros

converterType
Type

O tipo do conversor.

Aplica-se a