SystemTextJsonOutputFormatter.SerializerOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the JsonSerializerOptions used to configure the JsonSerializer.
public:
property System::Text::Json::JsonSerializerOptions ^ SerializerOptions { System::Text::Json::JsonSerializerOptions ^ get(); };
public System.Text.Json.JsonSerializerOptions SerializerOptions { get; }
member this.SerializerOptions : System.Text.Json.JsonSerializerOptions
Public ReadOnly Property SerializerOptions As JsonSerializerOptions
Property Value
Remarks
A single instance of SystemTextJsonOutputFormatter is used for all JSON formatting. Any changes to the options will affect all output formatting.