A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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