Home - GregFinzer/KellermanSoftware-Serialization GitHub Wiki
Project Description
Binary serialization, encryption, and compression library.
How do I use the Serialization?
How do I use the Compression?
How do I use the Encryption?
Installation
https://www.nuget.org/packages/KellermanSoftware.Serialization
Install with NuGet Package Manager Console
Install-Package KellermanSoftware.Serialization
Install with .NET CLI
dotnet add package KellermanSoftware.Serialization