Re: [protobuf] Create proto file in Java

2018-12-04 Thread Derek Perez
Could be extended, patches welcome. On Tue, Dec 4, 2018 at 2:08 AM X X wrote: > Thanks, it`s very helpful. But i need proto2 and proto3. There is only > proto3. > > -- > You received this message because you are subscribed to the Google Groups > "Protocol Buffers" group. > To unsubscribe from

Re: [protobuf] Create proto file in Java

2018-12-04 Thread X X
Thanks, it`s very helpful. But i need proto2 and proto3. There is only proto3. -- 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

Re: [protobuf] Create proto file in Java

2018-12-03 Thread Derek Perez
Yes: https://github.com/perezd/protopoet On Mon, Dec 3, 2018 at 1:07 PM X X wrote: > Hi, > > It is possible to create new proto file using java language? for example, > he wants to create such a file: > > message example { > string name > uint32 number > int16

[protobuf] Create proto file in Java

2018-12-03 Thread X X
Hi, It is possible to create new proto file using java language? for example, he wants to create such a file: message example { string name uint32 number int16 secondNumber } it would be best to imagine an object framework. -- You received this message because