Method | Description | |
---|---|---|
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 | ||
WriteRawValue ( object value ) : void | ||
WriteStartArray ( ) : void | ||
WriteStartObject ( ) : void |
public WriteProperty ( string name, DateTimeOffset value ) : void | ||
name | string | |
value | DateTimeOffset | |
return | void |
public WriteProperty ( string name, double>.IDictionary |
||
name | string | |
value | double>.IDictionary | |
return | void |
public WriteProperty ( string name, string>.IDictionary |
||
name | string | |
value | string>.IDictionary | |
return | void |
public WriteProperty ( string name, IJsonSerializable value ) : void | ||
name | string | |
value | IJsonSerializable | |
return | void |
public WriteProperty ( string name, System.TimeSpan value ) : void | ||
name | string | |
value | System.TimeSpan | |
return | void |
public WriteProperty ( string name, bool value ) : void | ||
name | string | |
value | bool | |
return | void |
public WriteProperty ( string name, double value ) : void | ||
name | string | |
value | double | |
return | void |
public WriteProperty ( string name, int value ) : void | ||
name | string | |
value | int | |
return | void |
public WriteProperty ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public WritePropertyName ( string name ) : void | ||
name | string | |
return | void |