JsonWriter Class |
[Missing <summary> documentation for "T:X3Platform.Json.JsonWriter"]
Namespace: X3Platform.Json
The JsonWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonWriter | Initializes a new instance of the JsonWriter class |
![]() | JsonWriter(TextWriter) | Initializes a new instance of the JsonWriter class |
![]() | JsonWriter(StringBuilder) | Initializes a new instance of the JsonWriter class |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Reset | |
![]() | ToString | (Overrides ObjectToString.) |
![]() | Write(Boolean) | |
![]() | Write(Decimal) | |
![]() | Write(Double) | |
![]() | Write(Int32) | |
![]() | Write(Int64) | |
![]() | Write(String) | |
![]() | Write(UInt64) | |
![]() | WriteArrayEnd | |
![]() | WriteArrayStart | |
![]() | WriteObjectEnd | |
![]() | WriteObjectStart | |
![]() | WritePropertyName |
Name | Description | |
---|---|---|
![]() | IndentValue | |
![]() | PrettyPrint | |
![]() | TextWriter | |
![]() | Validate |