Info
Version: | 1.2.0 |
Author(s): | ebergstedt |
Last Update: | Tuesday, March 8, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ebergstedt/ProtoBuffer |
NuGet Url: | https://www.nuget.org/packages/ProtoBuffer |
Install
Install-Package ProtoBuffer
dotnet add package ProtoBuffer
paket add ProtoBuffer
ProtoBuffer Download (Unzip the "nupkg" after downloading)
Dependencies
- protobuf-net(>= 2.0.0.668)
Tags
ProtoBuffer will remove some repetitive code declarations, like streams initializations and reading.
It supports object to byte array or to file, with serialization and deserialization. It can also employ gzip.
Just remember to keep track on which objects are gzipped or not when you deserialize them.
https://github.com/ebergstedt/.