NonSucking.Framework.Serialization 0.1.0.103-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.103-alpha                
NuGet\Install-Package NonSucking.Framework.Serialization -Version 0.1.0.103-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.103-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.103-alpha                
#r "nuget: NonSucking.Framework.Serialization, 0.1.0.103-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.103-alpha&prerelease

// Install NonSucking.Framework.Serialization as a Cake Tool
#tool nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.103-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 272 12/10/2023
0.1.0.108-alpha 147 9/6/2023
0.1.0.107-alpha 172 7/2/2023
0.1.0.106-alpha 176 7/2/2023
0.1.0.105-alpha 189 4/5/2023
0.1.0.104-alpha 155 4/5/2023
0.1.0.103-alpha 159 3/26/2023
0.1.0.102-alpha 175 3/25/2023
0.1.0.99-alpha 191 3/23/2023
0.1.0.98-alpha 352 3/14/2023
0.1.0.97-alpha 144 3/14/2023
0.1.0.96-alpha 161 3/12/2023
0.1.0.95-alpha 175 3/8/2023
0.1.0.94-alpha 180 3/8/2023
0.1.0.93-alpha 155 3/6/2023
0.1.0.92-alpha 177 3/6/2023
0.1.0.91-alpha 160 3/6/2023
0.1.0.84-alpha 162 2/22/2023
0.1.0.83-alpha 152 2/11/2023
0.1.0.82-alpha 171 2/11/2023
0.1.0.81-alpha 224 9/18/2022
0.1.0.80-alpha 316 9/18/2022
0.1.0.79-alpha 214 9/17/2022
0.1.0.78-alpha 245 9/17/2022
0.1.0.77-alpha 260 9/17/2022
0.1.0.76-alpha 240 9/17/2022
0.1.0.75-alpha 206 9/16/2022
0.1.0.74-alpha 226 3/20/2022
0.1.0.73-alpha 201 3/17/2022
0.1.0.72-alpha 210 3/11/2022
0.1.0.68-alpha 339 2/20/2022
0.1.0.67-alpha 207 2/8/2022
0.1.0.66-alpha 328 2/7/2022
0.1.0.35-alpha 250 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