How to choose between protobuf-csharp-port and protobuf-net

前端 未结 5 1121
一生所求
一生所求 2020-12-07 12:15

I\'ve recently had to look for a C# porting of the Protocol Buffers library originally developped by Google. And guess what, I found two projects owned both by two very well

5条回答
  •  一整个雨季
    2020-12-07 12:33

    According to it's GitHub project site protobuf-csharp-port has now been folded into the main Google Protocol Buffers project, so it will be the official .NET implementation of protobuf 3. protobuf-net however was last updated in 2013, although there have been some commits recently in GitHub.

提交回复
热议问题