| goog.json.Serializer |
| goog.proto.Serializer | goog.json.Serializer |
|
opt_replacer
: (function (this:Object, string, *): * | null | undefined)
Replacer.
|
replacer_()
No description.
|
code » | |||
|
Serializes an object or a value to a JSON string.
Arguments:
Returns:
A JSON string representation of the input.
|
code » | |||
serializeArray_(arr, sb)
Serializes an array to a JSON string
|
code » | |||
serializeNumber_(n, sb)
Serializes a number to a JSON string
|
code » | |||
serializeObject_(obj, sb)
Serializes an object to a JSON string
|
code » | |||
serializeString_(s, sb)
Serializes a string to a JSON string
|
code » | |||
serialize_(object, sb)
Serializes a generic value to a JSON string
Arguments:
|
code » |
goog.json.Serializer.call()
No description.
|
code » |
|
Character mappings used internally for goog.string.quote
|
Code » | |
|
Regular expression used to match characters that need to be replaced.
The S60 browser has a bug where unicode characters are not matched by
regular expressions. The condition below detects such behaviour and
adjusts the regular expression accordingly.
|
Code » |