Class DefaultJsonSerializerSettings
Specifies the default settings on a Newtonsoft.Json.JsonSerializer object as interpreted by this framework.
Inheritance
System.Object
Newtonsoft.Json.JsonSerializerSettings
DefaultJsonSerializerSettings
Inherited Members
Newtonsoft.Json.JsonSerializerSettings.ReferenceLoopHandling
Newtonsoft.Json.JsonSerializerSettings.MissingMemberHandling
Newtonsoft.Json.JsonSerializerSettings.ObjectCreationHandling
Newtonsoft.Json.JsonSerializerSettings.NullValueHandling
Newtonsoft.Json.JsonSerializerSettings.DefaultValueHandling
Newtonsoft.Json.JsonSerializerSettings.Converters
Newtonsoft.Json.JsonSerializerSettings.PreserveReferencesHandling
Newtonsoft.Json.JsonSerializerSettings.TypeNameHandling
Newtonsoft.Json.JsonSerializerSettings.MetadataPropertyHandling
Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormat
Newtonsoft.Json.JsonSerializerSettings.TypeNameAssemblyFormatHandling
Newtonsoft.Json.JsonSerializerSettings.ConstructorHandling
Newtonsoft.Json.JsonSerializerSettings.ContractResolver
Newtonsoft.Json.JsonSerializerSettings.EqualityComparer
Newtonsoft.Json.JsonSerializerSettings.ReferenceResolver
Newtonsoft.Json.JsonSerializerSettings.ReferenceResolverProvider
Newtonsoft.Json.JsonSerializerSettings.TraceWriter
Newtonsoft.Json.JsonSerializerSettings.Binder
Newtonsoft.Json.JsonSerializerSettings.SerializationBinder
Newtonsoft.Json.JsonSerializerSettings.Error
Newtonsoft.Json.JsonSerializerSettings.Context
Newtonsoft.Json.JsonSerializerSettings.DateFormatString
Newtonsoft.Json.JsonSerializerSettings.MaxDepth
Newtonsoft.Json.JsonSerializerSettings.Formatting
Newtonsoft.Json.JsonSerializerSettings.DateFormatHandling
Newtonsoft.Json.JsonSerializerSettings.DateTimeZoneHandling
Newtonsoft.Json.JsonSerializerSettings.DateParseHandling
Newtonsoft.Json.JsonSerializerSettings.FloatFormatHandling
Newtonsoft.Json.JsonSerializerSettings.FloatParseHandling
Newtonsoft.Json.JsonSerializerSettings.StringEscapeHandling
Newtonsoft.Json.JsonSerializerSettings.Culture
Newtonsoft.Json.JsonSerializerSettings.CheckAdditionalContent
Namespace: Cuemon.AspNetCore.Mvc.Formatters.Json
Assembly: Cuemon.AspNetCore.Mvc.Formatters.Json.dll
Syntax
public class DefaultJsonSerializerSettings : JsonSerializerSettings
Constructors
| Improve this DocDefaultJsonSerializerSettings()
Initializes a new instance of the DefaultJsonSerializerSettings class.
Declaration
public DefaultJsonSerializerSettings()
Properties
| Improve this DocIncludeExceptionStackTrace
Gets or sets a value indicating whether the stack of an exception is included in the converter that handles exceptions.
Declaration
public bool IncludeExceptionStackTrace { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|