proto

Classes

goog.proto.Serializer
Object that can serialize objects or values to a protocol buffer string.

Public Protected Private

Global Functions

goog.proto.serialize(object) string
Serializes an object or a value to a protocol buffer string.
Arguments:
object : Object
The object to serialize.
Returns: string  The serialized protocol buffer string.
code »

Global Properties

goog.proto.serializer_ : goog.proto.Serializer
Instance of the serializer object.
Code »

Package proto

Package Reference