Name | Description | |
---|---|---|
![]() | JsonSetting Constructor | Initializes a new instance of the JsonSetting class. |
The following tables list the members exposed by JsonSetting.
Name | Description | |
---|---|---|
![]() | JsonSetting Constructor | Initializes a new instance of the JsonSetting class. |
Name | Description | |
---|---|---|
![]() | Converters | Gets the converter collection. (Inherited from C1.Web.Mvc.Serialization.BaseSetting) |
![]() | 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. |
![]() | Resolvers | Gets the resolver collection. (Inherited from C1.Web.Mvc.Serialization.BaseSetting) |
![]() | 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. |