Show / Hide Table of Contents

    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 Doc

    DefaultJsonSerializerSettings()

    Initializes a new instance of the DefaultJsonSerializerSettings class.

    Declaration
    public DefaultJsonSerializerSettings()

    Properties

    | Improve this Doc

    IncludeExceptionStackTrace

    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

    true if the stack of an exception is included in the converter that handles exceptions; otherwise, false.

    Extension Methods

    JsonSerializerSettingsExtensions.Use<T>(JsonSerializerSettings, Action<T>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Action<TimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Byte[], Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, Byte[]>, Action<ContentBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Byte[], Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, DateTime, Func<T, Byte[]>, Action<ContentTimeBasedOptions>)
    CacheableObjectResultExtensions.ToCacheableObjectResult<T>(T, Func<T, DateTime>, Byte[], Action<ContentTimeBasedOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX