Show / Hide Table of Contents

    Class JsonFormatterOptions

    Specifies options that is related to JsonFormatter operations.

    Inheritance
    System.Object
    JsonFormatterOptions
    Namespace: Cuemon.Serialization.Json.Formatters
    Assembly: Cuemon.Serialization.Json.dll
    Syntax
    public class JsonFormatterOptions : object

    Constructors

    | Improve this Doc

    JsonFormatterOptions()

    Initializes a new instance of the JsonFormatterOptions class.

    Declaration
    public JsonFormatterOptions()
    Remarks

    The following table shows the initial property values for an instance of JsonFormatterOptions.

    PropertyInitial Value
    Settings
    SynchronizeWithJsonConverttrue
    IncludeExceptionStackTracefalse

    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.

    | Improve this Doc

    Settings

    Gets or sets the settings to support the JsonFormatter.

    Declaration
    public JsonSerializerSettings Settings { get; set; }
    Property Value
    Type Description
    JsonSerializerSettings

    A instance that specifies a set of features to support the JsonFormatter object.

    | Improve this Doc

    SynchronizeWithJsonConvert

    Gets or sets a value indicating whether Settings should be synchronized on .

    Declaration
    public bool SynchronizeWithJsonConvert { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if Settings should be synchronized on ; otherwise, false.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX