goog.json.Serializer |
goog.proto.Serializer | goog.json.Serializer |
opt_replacer
: ?goog.json.Replacer=
Replacer.
|
![]()
No description.
|
code » | |||
Serializes an object or a value to a JSON string.
Arguments:
Returns: string
A JSON string representation of the input.
|
code » | |||
![]()
Serializes an array to a JSON string
|
code » | |||
![]()
Serializes a generic value to a JSON string
Arguments:
|
code » | |||
![]()
Serializes a number to a JSON string
|
code » | |||
![]()
Serializes an object to a JSON string
|
code » | |||
![]()
Serializes a string to a JSON string
|
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 » |