Method | Description | |
---|---|---|
EndScope ( ) : void | ||
JsonWriter ( ) : System | ||
JsonWriter ( |
||
JsonWriter ( |
||
JsonWriter ( bool minimizeWhitespace ) : System | ||
StartArrayScope ( ) : void | ||
StartObjectScope ( ) : void | ||
WriteName ( string name ) : void | ||
WriteValue ( System.DateTime dateTime ) : void | ||
WriteValue ( ICollection items ) : void | ||
WriteValue ( IDictionary record ) : void | ||
WriteValue ( bool value ) : void | ||
WriteValue ( double value ) : void | ||
WriteValue ( float value ) : void | ||
WriteValue ( int value ) : void | ||
WriteValue ( object o ) : void | ||
WriteValue ( string s ) : void |
Method | Description | |
---|---|---|
EscapeString ( string s ) : string | ||
StartScope ( ScopeType type ) : void | ||
WriteCore ( string text, bool quotes ) : void |
public JsonWriter ( |
||
writer | ||
return | System |
public JsonWriter ( |
||
writer | ||
minimizeWhitespace | bool | |
return | System |
public JsonWriter ( bool minimizeWhitespace ) : System | ||
minimizeWhitespace | bool | |
return | System |
public WriteValue ( System.DateTime dateTime ) : void | ||
dateTime | System.DateTime | |
return | void |
public WriteValue ( ICollection items ) : void | ||
items | ICollection | |
return | void |
public WriteValue ( IDictionary record ) : void | ||
record | IDictionary | |
return | void |