Enum NullValueHandling
Specifies null value handling options for the Json
Namespace: Bayat.Json
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum NullValueHandling
Examples
Fields
| Name | Description |
|---|---|
| Ignore | Ignore null values when serializing and deserializing objects. |
| Include | Include null values when serializing and deserializing objects. |