메소드 | 설명 | |
---|---|---|
WriteComma ( ) : void | ||
WriteEndArray ( ) : void | ||
WriteEndObject ( ) : void | ||
WriteProperty ( string name, DateTimeOffset value ) : void | ||
WriteProperty ( string name, double>.IDictionary |
||
WriteProperty ( string name, string>.IDictionary |
||
WriteProperty ( string name, IJsonSerializable value ) : void | ||
WriteProperty ( string name, System.TimeSpan value ) : void | ||
WriteProperty ( string name, bool value ) : void | ||
WriteProperty ( string name, double value ) : void | ||
WriteProperty ( string name, int value ) : void | ||
WriteProperty ( string name, string value ) : void | ||
WritePropertyName ( string name ) : void |
Writes the specified property name enclosed in double quotation marks followed by a colon. When this method is called multiple times, the second call after WriteStartObject and all subsequent calls will write a coma before the name. |
|
WriteRawValue ( object value ) : void | ||
WriteStartArray ( ) : void | ||
WriteStartObject ( ) : void |
메소드 | 설명 | |
---|---|---|
IsNullOrEmpty ( IJsonSerializable instance ) : bool | ||
WriteString ( string value ) : void |
메소드 | 설명 | |
---|---|---|
JsonWriter ( |
protected IsNullOrEmpty ( IJsonSerializable instance ) : bool | ||
instance | IJsonSerializable | |
리턴 | bool |
public WriteProperty ( string name, DateTimeOffset value ) : void | ||
name | string | |
value | DateTimeOffset | |
리턴 | void |
public WriteProperty ( string name, double>.IDictionary |
||
name | string | |
values | double>.IDictionary | |
리턴 | void |
public WriteProperty ( string name, string>.IDictionary |
||
name | string | |
values | string>.IDictionary | |
리턴 | void |
public WriteProperty ( string name, IJsonSerializable value ) : void | ||
name | string | |
value | IJsonSerializable | |
리턴 | void |
public WriteProperty ( string name, System.TimeSpan value ) : void | ||
name | string | |
value | System.TimeSpan | |
리턴 | void |
public WriteProperty ( string name, bool value ) : void | ||
name | string | |
value | bool | |
리턴 | void |
public WriteProperty ( string name, double value ) : void | ||
name | string | |
value | double | |
리턴 | void |
public WriteProperty ( string name, int value ) : void | ||
name | string | |
value | int | |
리턴 | void |
public WriteProperty ( string name, string value ) : void | ||
name | string | |
value | string | |
리턴 | void |