Noemax.Newtonsoft.Json Namespace : WriteState Enumeration |
Member | Description |
---|---|
Array | A array is being written. |
Closed | The JsonWriter.Close method has been called. |
Constructor | A constructor is being written. |
Error | An exception has been thrown, which has left the JsonWriter in an invalid state. You may call the JsonWriter.Close method to put the JsonWriter in the Closed state. Any other JsonWriter method calls results in an System.InvalidOperationException being thrown. |
Object | An object is being written. |
Property | A property is being written. |
Start | A write method has not been called. |
System.Object
System.ValueType
System.Enum
Noemax.Newtonsoft.Json.WriteState
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2