On Monday, 22 September 2014 05:47:04 UTC+1, RyanE wrote: > > Are there any plans to add C# to the list of supported language for > Protocol Buffers in 2015 or sooner? >
There are already two mature implementations - protobuf-net (https://code.google.com/p/protobuf-net/) and protobuf-csharp-port (https://code.google.com/p/protobuf-csharp-port/). The latter is "my" project, and while it's been slumbering somewhat recently, I plan to get back into it "soon" to support the newer features such as oneof. I haven't yet decided exactly how many of the Java API changes I'll port across - time will tell. Is there any specific feature you're looking for which isn't supported by either of these projects? Jon -- 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 http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
