Class goog.json.Serializer
code »Class that is used to serialize JSON objects to a string.
Constructor
goog.json.Serializer ( opt_replacer )
| Parameters |
|---|
|
Show:
Instance Methods
code »serializeArray ( arr, sb )Serializes an array to a JSON string
code »serializeInternal ( object, sb )Serializes a generic value to a JSON string
| Parameters |
|---|
|
| Throws |
|