Enum NullValueHandling
- Namespace
- Newtonsoft.Json
- Assembly
- Newtonsoft.Json.dll
Specifies null value handling options for the JsonSerializer.
public enum NullValueHandling
Fields
Ignore = 1Ignore null values when serializing and deserializing objects.
Include = 0Include null values when serializing and deserializing objects.