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

Gets or sets 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);
}

Field Value

The default value handling.

See Also

JsonSerializerSettings Class
Facebook.Json Namespace