JsonSerializerContext(JsonSerializerOptions) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 的 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 ,不會設定任何選項,其中會建立並系結新的選項實例。