Метод | Описание | |
---|---|---|
BeginArray ( ) : void | ||
BeginArray ( string objName ) : void | ||
BeginObject ( ) : void | ||
BeginObject ( string objName ) : void | ||
EndArray ( ) : void | ||
EndObject ( ) : void | ||
IsNumeric ( object o ) : bool | ||
JsonResponseWriter ( ) : System | ||
QuickWriteObject ( string objectName, string propName, object value ) : void | ||
QuickWriteObject ( string objectName, string propName1, object value1, string propName2, object value2 ) : void | ||
SerializeNumber ( double number ) : string | ||
SerializeString ( string s ) : string | ||
SerializeValue ( object value ) : string | ||
ToString ( ) : string | ||
WriteProperty ( string propName, object value ) : void | ||
WritePropertyLiteral ( string propName, string strValue ) : void |
public BeginArray ( string objName ) : void | ||
objName | string | |
Результат | void |
public BeginObject ( string objName ) : void | ||
objName | string | |
Результат | void |
public static IsNumeric ( object o ) : bool | ||
o | object | |
Результат | bool |
public QuickWriteObject ( string objectName, string propName, object value ) : void | ||
objectName | string | |
propName | string | |
value | object | |
Результат | void |
public QuickWriteObject ( string objectName, string propName1, object value1, string propName2, object value2 ) : void | ||
objectName | string | |
propName1 | string | |
value1 | object | |
propName2 | string | |
value2 | object | |
Результат | void |
public static SerializeNumber ( double number ) : string | ||
number | double | |
Результат | string |
public static SerializeString ( string s ) : string | ||
s | string | |
Результат | string |
public static SerializeValue ( object value ) : string | ||
value | object | |
Результат | string |
public WriteProperty ( string propName, object value ) : void | ||
propName | string | |
value | object | |
Результат | void |
public WritePropertyLiteral ( string propName, string strValue ) : void | ||
propName | string | |
strValue | string | |
Результат | void |