[]
Represents the serialization and deserialization setting.
public class JsonSetting : BaseSetting, ISetting
| Name | Description |
|---|---|
| JsonSetting() | Initializes a new instance of the JsonSetting class. |
| 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. |