Share via


SystemTextJsonInputFormatter.SerializerOptions Vlastnost

Definice

JsonSerializerOptions Získá použitý ke konfiguraci .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

Hodnota vlastnosti

Poznámky

Pro veškeré formátování JSON se používá jedna instance SystemTextJsonInputFormatter souboru. Všechny změny možností ovlivní veškeré formátování vstupu.

Platí pro