The goog.string.Stringifier Interface

goog.string.Stringifier()

An interface for serializing objects into strings. @interface

unhandled information:

type
'interface'

.stringify

Serializes an object or a value to a string. Agnostic to the particular format of object and string.

object {*}
The object to stringify.
returns {string}
A string representation of the input.