SystemTextJsonInputFormatter.SerializerOptions Property

Definition

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 SystemTextJsonInputFormatter is used for all JSON formatting. Any changes to the options will affect all input formatting.

Applies to