The goog.proto2 Namespace

The goog.proto2.Descriptor Class

A class which describes a Protocol Buffer 2 Message. … more

The goog.proto2.FieldDescriptor Class

A class which describes a field in a Protocol Buffer 2 Message. … more

The goog.proto2.LazyDeserializer Class

Base class for all lazy deserializers. … more

The goog.proto2.Message Class

Abstract base class for all Protocol Buffer 2 messages. It will be subclassed in the code generated by the Protocol Compiler. Any other subclasses are prohibited. … more

.Metadata

@typedef
{{name: (string|undefined), fullName: (string|undefined), containingType: (goog.proto2.Message|undefined)}}

The goog.proto2.ObjectSerializer Class

ObjectSerializer, a serializer which turns Messages into simplified ECMAScript objects. … more

The goog.proto2.PbLiteSerializer Class

PB-Lite serializer. … more

The goog.proto2.Serializer Class

Abstract base class for PB2 serializers. A serializer is a class which implements the serialization and deserialization of a Protocol Buffer Message to/from a specific format. … more

The goog.proto2.TextFormatSerializer Class

TextFormatSerializer, a serializer which turns Messages into the human readable text format. … more

.TextFormatSerializerTest

The goog.proto2.Util Namespace

… more