A fast and memory efficient binary serialization library, powered by dynamic IL generation and inspired by MessagePack.
Info
| Version: | 1.0.3 |
| Author(s): | Sergio Pedri |
| Last Update: | Saturday, March 19, 2022 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Sergio0694/BinaryPack |
| NuGet Url: | https://www.nuget.org/packages/BinaryPack |
Install
Install-Package BinaryPack
dotnet add package BinaryPack
paket add BinaryPack
BinaryPack Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Runtime.CompilerServices.Unsafe(>= 4.6.0)
Tags