NonSucking.Framework.Serialization 0.1.0.106-alpha

This is a prerelease version of NonSucking.Framework.Serialization.
There is a newer version of this package available.
See the version list below for details.
dotnet add package NonSucking.Framework.Serialization --version 0.1.0.106-alpha                
NuGet\Install-Package NonSucking.Framework.Serialization -Version 0.1.0.106-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.106-alpha" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NonSucking.Framework.Serialization --version 0.1.0.106-alpha                
#r "nuget: NonSucking.Framework.Serialization, 0.1.0.106-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.
// Install NonSucking.Framework.Serialization as a Cake Addin
#addin nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.106-alpha&prerelease

// Install NonSucking.Framework.Serialization as a Cake Tool
#tool nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.106-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.

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 257 12/10/2023
0.1.0.108-alpha 139 9/6/2023
0.1.0.107-alpha 166 7/2/2023
0.1.0.106-alpha 170 7/2/2023
0.1.0.105-alpha 183 4/5/2023
0.1.0.104-alpha 149 4/5/2023
0.1.0.103-alpha 150 3/26/2023
0.1.0.102-alpha 168 3/25/2023
0.1.0.99-alpha 184 3/23/2023
0.1.0.98-alpha 345 3/14/2023
0.1.0.97-alpha 141 3/14/2023
0.1.0.96-alpha 158 3/12/2023
0.1.0.95-alpha 172 3/8/2023
0.1.0.94-alpha 175 3/8/2023
0.1.0.93-alpha 152 3/6/2023
0.1.0.92-alpha 172 3/6/2023
0.1.0.91-alpha 157 3/6/2023
0.1.0.84-alpha 156 2/22/2023
0.1.0.83-alpha 148 2/11/2023
0.1.0.82-alpha 165 2/11/2023
0.1.0.81-alpha 220 9/18/2022
0.1.0.80-alpha 312 9/18/2022
0.1.0.79-alpha 208 9/17/2022
0.1.0.78-alpha 239 9/17/2022
0.1.0.77-alpha 254 9/17/2022
0.1.0.76-alpha 236 9/17/2022
0.1.0.75-alpha 202 9/16/2022
0.1.0.74-alpha 222 3/20/2022
0.1.0.73-alpha 197 3/17/2022
0.1.0.72-alpha 204 3/11/2022
0.1.0.68-alpha 335 2/20/2022
0.1.0.67-alpha 199 2/8/2022
0.1.0.66-alpha 322 2/7/2022
0.1.0.35-alpha 246 12/5/2021

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