Protobuf编解码,数据交换格式,相比xml、json主要优势在传输数据量更小、解析更快.
Info
Version: | 1.1.1 |
Author(s): | BarryChueng |
Last Update: | Wednesday, February 26, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/HDS.Protobuf |
Install
Install-Package HDS.Protobuf
dotnet add package HDS.Protobuf
paket add HDS.Protobuf
HDS.Protobuf Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Memory(>= 4.5.3)