Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class NewtonsoftJsonSerializerSettingsOptions

Used to specify settings for newtonsoft based implementations of IJsonInputFormatter and IJsonOutputFormatter

Inheritance
System.Object
NewtonsoftJsonSerializerSettingsOptions
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3
Syntax
public class NewtonsoftJsonSerializerSettingsOptions : Object

Constructors

NewtonsoftJsonSerializerSettingsOptions()

Declaration
public NewtonsoftJsonSerializerSettingsOptions()

Properties

SerializerSettings

The Newtonsoft.Json.JsonSerializerSettings used by the formatter

Declaration
public JsonSerializerSettings SerializerSettings { get; set; }
Property Value
Type Description
Newtonsoft.Json.JsonSerializerSettings

Extension Methods