Serializer.GetSerializerSettings(Formatting) Method
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.
Returns default serializer settings.
public static Newtonsoft.Json.JsonSerializerSettings GetSerializerSettings (Newtonsoft.Json.Formatting formatting = Newtonsoft.Json.Formatting.None);
static member GetSerializerSettings : Newtonsoft.Json.Formatting -> Newtonsoft.Json.JsonSerializerSettings
Public Shared Function GetSerializerSettings (Optional formatting As Formatting = Newtonsoft.Json.Formatting.None) As JsonSerializerSettings
Parameters
- formatting
- Newtonsoft.Json.Formatting
Returns
- Newtonsoft.Json.JsonSerializerSettings