Info
Version: | 1.0.1 |
Author(s): | sunnyfish |
Last Update: | Friday, August 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitee.com/sunnyfish/CommonLibs |
NuGet Url: | https://www.nuget.org/packages/CommonLibs.GoogleProtobuf.BySunnyFish |
Install
Install-Package CommonLibs.GoogleProtobuf.BySunnyFish
dotnet add package CommonLibs.GoogleProtobuf.BySunnyFish
paket add CommonLibs.GoogleProtobuf.BySunnyFish
CommonLibs.GoogleProtobuf.BySunnyFish Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
- protobuf-net(>= 2.4.6)
- protobuf-net(>= 2.4.6)
- protobuf-net(>= 3.0.0)
- protobuf-net(>= 3.0.0)
- protobuf-net(>= 3.0.0)
一次性实例化:GoogleProtobufExtensions.InitProtobufType(type(T))
使用方法 T.ToProtobuf();str.FromProtobuf();
使用方法 T.ToProtobufBytes();str.FromProtobufBytes();.