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