protobuf1 Google.Protobuf using System.Diagnostics; using Google.Protobuf; using System.IO; using Wenect; namespace MyProtoBuf { /// /// https://github.com/protocolbuffers/protobuf/releases/tag/v22.3 /// /// https://protobuf.dev/getting-started/csharptutorial/ /// /// https://protobuf.dev/reference/csharp/api-docs/ /// /// internal class Program { static void Main(string[] args) { Person person1 = new Person(); person1.I.. 2023. 4. 27. 이전 1 다음