Iv'e been given a proto file to generate messages from on my end. 
The proto file is written to target "proto2" syntax. 

The problem is that my end is written in C# and i can't generate C# classes 
from a file written to target "proto2" . 

As i understand it : 

     1) I can only generate C# classes from files targeting "proto3".
     2) "proto2" and "proto3" are compatible when used  as both sides of a 
wire protocol , meaning both ends receiving and sending, can work with each 
other even if the sending end's classes where generated from a file 
generating "proto2", 
        And the receiving end's classes are generated from a "proto3" file.


Questions : 
 1) Are these assumptions correct ?     
 2) If so is there any way of converting a proto file targeting "proto2" 
 to target "proto3" ?
 3) Can i generate a proto file from existing classes? 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to