Info
Version: | 0.4.1 |
Author(s): | Chandler Stowell |
Last Update: | Thursday, April 8, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/BinaryRecords |
Install
Install-Package BinaryRecords
dotnet add package BinaryRecords
paket add BinaryRecords
BinaryRecords Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Krypton.Buffers(>= 2.0.2)
- Krypton.Buffers(>= 2.0.2)
Tags
The versioning is completely optional, with planned optional backwards compatibility too.
Currently the only constructable types are records. Standard usage requires no attributes or registering of types.
Registering your own serialize/deserialize functions is supported.