Re: [protobuf] My Protocol Buffers implementation in C#

2011-09-21 Thread Pherl Liu
Done. Thanks for the work. On Sat, Sep 10, 2011 at 12:38 AM, Peter Hultqvist wrote: > Hello > > I have been working on this c# code generating Protocol Buffers > implementation for a while and now I dare to announce it. > > https://silentorbit.com/**protobuf/

[protobuf] My Protocol Buffers implementation in C#

2011-09-09 Thread Peter Hultqvist
Hello I have been working on this c# code generating Protocol Buffers implementation for a while and now I dare to announce it. https://silentorbit.com/protobuf/ It is a command line tool that generates standalone c# code from a .proto file. My goal was to have simple serializing code in c