Closure Library API Documentation
Go to class or file:
string.Stringifier
An interface for serializing objects into strings.
Useful links
Source Code
Git
Inheritance
goog.string.Stringifier
goog.json.Processor
goog.string.Stringifier
Constructor
goog.string.Stringifier(
)
Instance Methods
Public
Protected
Private
Defined in
goog.string.Stringifier
stringify
(
object
)
⇒
string
Serializes an object or a value to a string. Agnostic to the particular format of object and string.
Arguments:
object
:
*
The object to stringify.
Returns:
string
A string representation of the input.
code »
Package string
Package Reference