So having our classes with attributes in folder how to generate .proto markup files out from them (to get for example C++ code)?
So having our classes with attributes in folder how to generate .proto markup files
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
By “classes with attributes”, do you mean attributes suitable for protobuf-net? If so, protobuf-net has a
GetProtomethod which will provide the schema based on a root type:Despite the rumors to the contrary, this method in v2 has been re-implemented for quite some time now.