search

goog.proto2.TextFormatSerializer

Provided By
Extends

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

new TextFormatSerializer( opt_ignoreMissingFields, opt_useEnumValues )

Parameters
opt_ignoreMissingFieldsboolean=

If true, then fields that cannot be found on the proto when parsing the text format will be ignored.

opt_useEnumValuesboolean=

If true, serialization code for enums will use enum integer values instead of human-readable symbolic names.

Instance Methods

Classes