NonSucking.Framework.Serialization
0.1.0.94-alpha
See the version list below for details.
dotnet add package NonSucking.Framework.Serialization --version 0.1.0.94-alpha
NuGet\Install-Package NonSucking.Framework.Serialization -Version 0.1.0.94-alpha
<PackageReference Include="NonSucking.Framework.Serialization" Version="0.1.0.94-alpha" />
<PackageVersion Include="NonSucking.Framework.Serialization" Version="0.1.0.94-alpha" />
<PackageReference Include="NonSucking.Framework.Serialization" />
paket add NonSucking.Framework.Serialization --version 0.1.0.94-alpha
#r "nuget: NonSucking.Framework.Serialization, 0.1.0.94-alpha"
#:package NonSucking.Framework.Serialization@0.1.0.94-alpha
#addin nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.94-alpha&prerelease
#tool nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.94-alpha&prerelease
This nuget package contains a generator for binary serialization and deserialization. This process can be customized by the user with the help of many attributes.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on NonSucking.Framework.Serialization:
| Repository | Stars |
|---|---|
|
OctoAwesome/octoawesome
This is the code repository for the OctoAwesome project - a collection of daily, 20 minute long game development tutorial videos, iterating over the same piece of code
|
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0.115-alpha | 56 | 3/29/2026 |
| 0.1.0.108-alpha | 244 | 9/6/2023 |
| 0.1.0.107-alpha | 271 | 7/2/2023 |
| 0.1.0.106-alpha | 267 | 7/2/2023 |
| 0.1.0.105-alpha | 317 | 4/5/2023 |
| 0.1.0.104-alpha | 274 | 4/5/2023 |
| 0.1.0.103-alpha | 283 | 3/26/2023 |
| 0.1.0.102-alpha | 304 | 3/25/2023 |
| 0.1.0.99-alpha | 316 | 3/23/2023 |
| 0.1.0.98-alpha | 467 | 3/14/2023 |
| 0.1.0.97-alpha | 266 | 3/14/2023 |
| 0.1.0.96-alpha | 276 | 3/12/2023 |
| 0.1.0.95-alpha | 292 | 3/8/2023 |
| 0.1.0.94-alpha | 292 | 3/8/2023 |
| 0.1.0.93-alpha | 284 | 3/6/2023 |
| 0.1.0.92-alpha | 312 | 3/6/2023 |
| 0.1.0.91-alpha | 291 | 3/6/2023 |
| 0.1.0.84-alpha | 290 | 2/22/2023 |
| 0.1.0.83-alpha | 271 | 2/11/2023 |
This is a first preview version and not intended for productive use. Not everything has been tested or commented yet.
New in this version:
* Typecontainer and Standalone typecontainer added. In a slightly modified variant to ScotlandYard ML and OctoAwesome