Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the JsonSerializerSettings used to configure the JsonSerializer.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
public JsonSerializerSettings SerializerSettings { get; set; }
public:
property JsonSerializerSettings^ SerializerSettings {
JsonSerializerSettings^ get();
void set(JsonSerializerSettings^ value);
}
member SerializerSettings : JsonSerializerSettings with get, set
Public Property SerializerSettings As JsonSerializerSettings
Property Value
Type: Newtonsoft.Json.JsonSerializerSettings
The JsonSerializerSettings used to configure the JsonSerializer.
See Also
BaseJsonMediaTypeFormatter Class
System.Net.Http.Formatting Namespace
Return to top