NonSucking.Framework.Serialization 0.1.0.94-alpha

This is a prerelease version of NonSucking.Framework.Serialization.
There is a newer prerelease version of this package available.
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
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NonSucking.Framework.Serialization" Version="0.1.0.94-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NonSucking.Framework.Serialization" Version="0.1.0.94-alpha" />
                    
Directory.Packages.props
<PackageReference Include="NonSucking.Framework.Serialization" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NonSucking.Framework.Serialization --version 0.1.0.94-alpha
                    
#r "nuget: NonSucking.Framework.Serialization, 0.1.0.94-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NonSucking.Framework.Serialization@0.1.0.94-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.94-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.94-alpha&prerelease
                    
Install as a Cake Tool

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.

There are no supported framework assets in this package.

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 65 3/29/2026
0.1.0.108-alpha 249 9/6/2023
0.1.0.107-alpha 275 7/2/2023
0.1.0.106-alpha 271 7/2/2023
0.1.0.105-alpha 323 4/5/2023
0.1.0.104-alpha 281 4/5/2023
0.1.0.103-alpha 287 3/26/2023
0.1.0.102-alpha 308 3/25/2023
0.1.0.99-alpha 323 3/23/2023
0.1.0.98-alpha 472 3/14/2023
0.1.0.97-alpha 270 3/14/2023
0.1.0.96-alpha 280 3/12/2023
0.1.0.95-alpha 296 3/8/2023
0.1.0.94-alpha 296 3/8/2023
0.1.0.93-alpha 288 3/6/2023
0.1.0.92-alpha 318 3/6/2023
0.1.0.91-alpha 294 3/6/2023
0.1.0.84-alpha 294 2/22/2023
0.1.0.83-alpha 275 2/11/2023
Loading failed

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