WCF-Xtensions Class Reference for Mono
NullValueHandling Enumeration
Example Example 






Specifies null value handling options for the JsonSerializer.
Syntax
'Declaration
 
Public Enum NullValueHandling 
   Inherits System.Enum
'Usage
 
Dim instance As NullValueHandling
public enum NullValueHandling : System.Enum 
public enum NullValueHandling = class(System.Enum)
public enum NullValueHandling extends System.Enum
__value public enum NullValueHandling : public System.Enum 
public enum class NullValueHandling : public System.Enum 
Members
MemberDescription
Ignore Ignore null values when serializing and deserializing objects.
Include Include null values when serializing and deserializing objects.
Example
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Noemax.Newtonsoft.Json.NullValueHandling

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Noemax.Newtonsoft.Json Namespace

Send Feedback