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

Specifies the member serialization options for the JsonSerializer.

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

Syntax

C#
public enum MemberSerialization
Visual Basic (Declaration)
Public Enumeration MemberSerialization
Visual C++
public enum class MemberSerialization

Members

Member nameDescription
OptOut
All members are serialized by default. Members can be excluded using the JsonIgnoreAttribute.
OptIn
Only members must be marked with the JsonPropertyAttribute are serialized.

See Also

Facebook.Json Namespace