[]
        
(Showing Draft Content)

C1.JsonNet.JsonSetting

JsonSetting Class

Represents the serialization and deserialization setting.

Inheritance
JsonSetting
Implements
Namespace: C1.JsonNet
Assembly: C1.Web.Mvc.dll
Syntax
public class JsonSetting : BaseSetting, ISetting

Constructors

Name Description
JsonSetting()

Initializes a new instance of the JsonSetting class.

Properties

Name Description
IsJavascriptFormat

Gets or sets a value indicates whether to serialize to javascript format.

IsPropertyNameCamel

Gets or sets a boolean value indicates whether the property name should be serialzied with camel case.

Resolver

Gets or sets the resolver.

SkipIsDefault

Gets or sets a value indicates how to serialize or deserialize the default value. If True, the default value will not be serialized or deserialized. Otherwise, it will be serialized or deserialized.

SkipReferenceLoop

Gets or sets a value indicates how reference loop is handled.