[This is preliminary documentation and is subject to change.]
Specifies missing member handling options for the JsonSerializer .
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public enum MissingMemberHandling |
Visual Basic (Declaration) |
---|
Public Enumeration MissingMemberHandling |
Visual C++ |
---|
public enum class MissingMemberHandling |
Members
Member name | Description | |
---|---|---|
Ignore |
Ignore a missing member and do not attempt to deserialize it.
| |
Error |
Throw a |