How to process a .proto file using protobuf-net

Posted by JustSmith on Stack Overflow See other posts from Stack Overflow or by JustSmith
Published on 2010-05-12T20:14:42Z Indexed on 2010/05/12 20:24 UTC
Read the original article Hit count: 886

Filed under:
|
|
|
|

I have stated using the protobuf-net lib to communication between some of the programs I'm maintaining. I have also been able to decode messages from C# to Ruby. My ruby ProtoBuf lib is using a .proto file to generate the ruby code. In the interest of having to make changes in as few places as possible I would like to have protobuf-net use the same .proto file. Looking though the protobuf-net folders there is a Dll named ProtoBufGenerator and the protobuf exe but I cant find any instructions on if I can make protobuf-net work this way.

Is this possible?

© Stack Overflow or respective owner

Related posts about protobuf

Related posts about protobuf-net