JsonSerializerContext(JsonSerializerOptions) コンストラクター

定義

JsonSerializerContext インスタンスを作成し、指定された JsonSerializerOptionsとバインドします。

protected:
 JsonSerializerContext(System::Text::Json::JsonSerializerOptions ^ options);
protected JsonSerializerContext (System.Text.Json.JsonSerializerOptions? options);
new System.Text.Json.Serialization.JsonSerializerContext : System.Text.Json.JsonSerializerOptions -> System.Text.Json.Serialization.JsonSerializerContext
Protected Sub New (options As JsonSerializerOptions)

パラメーター

options
JsonSerializerOptions

コンテキスト インスタンスの実行時に指定されたオプション。

注釈

インスタンス オプションが渡されない場合は、 を使用して AddContext<TContext>() コンテキストがバインドされるまで、または が呼び出されるまで Options 、新しいオプション インスタンスが作成されてバインドされるまで、オプションは設定されません。

適用対象