JsonConverterAttribute Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.