search

goog.json.Serializer

Provided By
All Known Direct Subclasses

Class that is used to serialize JSON objects to a string.

new Serializer( opt_replacer )

Parameters
opt_replacer(function(this: Object, string, *): *|null)=

Replacer.

Instance Methods