[This is preliminary documentation and is subject to change.]
Specifies the state of the JsonWriter .
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public enum WriteState |
Visual Basic (Declaration) |
---|
Public Enumeration WriteState |
Visual C++ |
---|
public enum class WriteState |
Members
Member name | Description | |
---|---|---|
Error |
An exception has been thrown, which has left the | |
Closed |
The | |
Object |
An object is being written.
| |
Array |
A array is being written.
| |
Constructor |
A constructor is being written.
| |
Property |
A property is being written.
| |
Start |
A write method has not been called.
|