[protobuf] Anyone know if there is an online compiler or validater

2016-12-14 Thread David Mullineux
Proto file without protoc. How would you check the. Proto file is valid syntactically? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+unsubscr...

Re: [protobuf] String max length is 255. Correct?

2016-12-14 Thread David Mullineux
You are correct of course. Thanks. The example on the encoding page is for only 1 byte. Hence my initial confusion. Thanks for the speedy response -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop rece

[protobuf] String max length is 255. Correct?

2016-12-14 Thread David Mullineux
The encoding suggests that strings are encoded with a 1 byte length prefix. This means my strings cannot be larger than 255 in size. How can I store longer strings please? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe fro