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

Get or set how null default 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 DefaultValueHandling DefaultValueHandling { get; set; }
Visual Basic (Declaration)
Public Property DefaultValueHandling As DefaultValueHandling
Visual C++
public:
property DefaultValueHandling DefaultValueHandling {
	DefaultValueHandling get ();
	void set (DefaultValueHandling value);
}

See Also

JsonSerializer Class
Facebook.Json Namespace