C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonSetting Class


JsonSetting Class Properties

For a list of all members of this type, see JsonSetting members.

Public Properties
 NameDescription
Public PropertyGets the converter collection. (Inherited from C1.Web.Mvc.Serialization.BaseSetting)
Public PropertyGets or sets a value indicates whether to serialize to javascript format.  
Public PropertyGets or sets a boolean value indicates whether the property name should be serialzied with camel case.  
Public PropertyGets or sets the resolver.  
Public PropertyGets the resolver collection. (Inherited from C1.Web.Mvc.Serialization.BaseSetting)
Public PropertyGets 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.  
Public PropertyGets or sets a value indicates how reference loop is handled.  
Top
See Also