Method | Description | |
---|---|---|
RockJsonTextWriter ( System textWriter, bool serializeInSimpleMode ) : System |
Initializes a new instance of the RockJsonTextWriter class.
|
|
SerializeObjectInSimpleMode ( object value, Formatting formatting, |
Serializes the object in simple mode.
|
public RockJsonTextWriter ( System textWriter, bool serializeInSimpleMode ) : System | ||
textWriter | System | The text writer. |
serializeInSimpleMode | bool | if set to |
return | System |
public static SerializeObjectInSimpleMode ( object value, Formatting formatting, |
||
value | object | The value. |
formatting | Formatting | The formatting. |
jsonSettings | The json settings. | |
return | string |