[This is preliminary documentation and is subject to change.]

Gets or sets how null values are handled during serialization and deserialization.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public NullValueHandling NullValueHandling { get; set; }
Visual Basic (Declaration)
Public Property NullValueHandling As NullValueHandling
Visual C++
public:
property NullValueHandling NullValueHandling {
	NullValueHandling get ();
	void set (NullValueHandling value);
}

Field Value

Null value handling.

See Also

JsonSerializerSettings Class
Facebook.Json Namespace