次の方法で共有


JsonSerializerOptions.Web プロパティ

定義

Web 構成を使用する JsonSerializerOptions の読み取り専用のシングルトン インスタンスを取得します。

public:
 static property System::Text::Json::JsonSerializerOptions ^ Web { System::Text::Json::JsonSerializerOptions ^ get(); };
public static System.Text.Json.JsonSerializerOptions Web { get; }
static member Web : System.Text.Json.JsonSerializerOptions
Public Shared ReadOnly Property Web As JsonSerializerOptions

プロパティ値

注釈

JsonSerializerOptions インスタンスは、独自のシリアル化メタデータ キャッシュをカプセル化します。

そのため、必要なたびに新しい既定のインスタンスを使用すると、コンバーターの冗長な再計算が発生する可能性があります。

このプロパティは、コンバーターの再計算を必要とせずに、任意の数のコンポーネントで使用できる共有インスタンスを提供します。

適用対象