string.Stringifier
An interface for serializing objects into strings.

Inheritance

Constructor

goog.string.Stringifier()

Instance Methods

Public Protected Private
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