NullValueHandling Enum
Namespace: Stimulsoft.Base.Json
Specifies null value handling options for the JsonSerializer.
Members
| Member | Value | Description |
|---|---|---|
| Include | 0 | Include null values when serializing and deserializing objects. |
| Ignore | 1 | Ignore null values when serializing and deserializing objects. |