WCF-Xtensions Class Reference for Mono
NullValueHandling Property (JsonSerializerSettings)






Gets or sets how null values are handled during serialization and deserialization.
Syntax
'Declaration
 
Public Property NullValueHandling As NullValueHandling
'Usage
 
Dim instance As JsonSerializerSettings
Dim value As NullValueHandling
 
instance.NullValueHandling = value
 
value = instance.NullValueHandling
public NullValueHandling NullValueHandling {get; set;}
public read-write property NullValueHandling: NullValueHandling; 
public function get,set NullValueHandling : NullValueHandling
public: __property NullValueHandling get_NullValueHandling();
public: __property void set_NullValueHandling( 
   NullValueHandling value
);
public:
property NullValueHandling NullValueHandling {
   NullValueHandling get();
   void set (    NullValueHandling value);
}

Property Value

Null value handling.
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

JsonSerializerSettings Class
JsonSerializerSettings Members

Send Feedback