Re: [protobuf] Creating ProtoBuf Messages without the generated proxy classes

2016-08-07 Thread Philipp Weissenbacher
Thanks for your repsonse Feng! We've ended up doing exactly that in Scala, actually. Regards, Philipp Op vrijdag 5 augustus 2016 20:23:30 UTC+2 schreef Feng Xiao: > > > > On Thu, Aug 4, 2016 at 5:47 AM, Philipp Weissenbacher < > philipp.we...@gmail.com > wrote: > >> Hi all, >> >> We are

[protobuf] Convert .proto file from "proto2" to "proto3"

2016-08-07 Thread ערן אוצפ
Hello , Iv'e received a .proto file from a third party vendor which sends me notifications. The problem is that my end is written is C# and iv'e the file is written to target "proto2". As i understand it 1) to generate C# classes from a .proto file the file has to be written in a

[protobuf] Conversation of proto2 file to proto3

2016-08-07 Thread ערן אוצפ
Hello, I'm new to protocol buffers,Ive been given a proto2 file the generate classes on my side (The receiving side). The problem is that my end is written in C#. How should I approach this issue ? I'm thinking i can write my own proto file in a proto3 syntax. But this can be a breading