Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 253 Bytes

protobuf.md

File metadata and controls

7 lines (6 loc) · 253 Bytes

field syntax

field_rule data_type field_name = field_number

field number cannot be reused.

the protocol buffer compiler creates a class that implements automatic encoding and parsing of the protocol buffer data with an efficient binary format.