[This is preliminary documentation and is subject to change.]
Specifies the member serialization options for the JsonSerializer .
Namespace:
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 name | Description | |
---|---|---|
OptOut |
All members are serialized by default. Members can be excluded using the | |
OptIn |
Only members must be marked with the |