Share via


JsonConverterAttribute コンストラクター

定義

オーバーロード

JsonConverterAttribute()

JsonConverterAttribute の新しいインスタンスを初期化します。

JsonConverterAttribute(Type)

指定したコンバーターの型を使用して、JsonConverterAttribute の新しいインスタンスを初期化します。

JsonConverterAttribute()

JsonConverterAttribute の新しいインスタンスを初期化します。

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

適用対象

JsonConverterAttribute(Type)

指定したコンバーターの型を使用して、JsonConverterAttribute の新しいインスタンスを初期化します。

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)

パラメーター

converterType
Type

コンバーターの型。

適用対象