What NuGet package should I use between protobuf-net and google.protobuf for a new .net core app?
- It is for "Code first", not contract first.
- It is actually only for C# but would be great if more languages could easily read the format but not a must. I would favor performance over portability for binary serialization. I will also use XML or Json for portability (which for my opinion is better suited for portability although a lot slower).