BaseJsonMediaTypeFormatter.SerializerSettings Property

 

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