Tutorial by Examples

The message you want to serialize and send that you can include into a file test.proto, containing package example; enum FOO { X = 17; }; message Test { required string label = 1; optional int32 type = 2 [default=77]; repeated int64 reps = 3; optional group OptionalGroup = 4 { ...

Page 1 of 1