namespace DPumpHydr.WinFrmUI.WenSkin.Json { /// /// Specifies null value handling options for the . /// /// /// /// /// public enum NullValueHandling { /// /// Include null values when serializing and deserializing objects. /// Include, /// /// Ignore null values when serializing and deserializing objects. /// Ignore } }