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

// Install NonSucking.Framework.Serialization as a Cake Tool
#tool nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.102-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 267 12/10/2023
0.1.0.108-alpha 145 9/6/2023
0.1.0.107-alpha 170 7/2/2023
0.1.0.106-alpha 174 7/2/2023
0.1.0.105-alpha 187 4/5/2023
0.1.0.104-alpha 153 4/5/2023
0.1.0.103-alpha 156 3/26/2023
0.1.0.102-alpha 172 3/25/2023
0.1.0.99-alpha 188 3/23/2023
0.1.0.98-alpha 349 3/14/2023
0.1.0.97-alpha 143 3/14/2023
0.1.0.96-alpha 160 3/12/2023
0.1.0.95-alpha 174 3/8/2023
0.1.0.94-alpha 179 3/8/2023
0.1.0.93-alpha 154 3/6/2023
0.1.0.92-alpha 176 3/6/2023
0.1.0.91-alpha 159 3/6/2023
0.1.0.84-alpha 160 2/22/2023
0.1.0.83-alpha 150 2/11/2023
0.1.0.82-alpha 169 2/11/2023
0.1.0.81-alpha 222 9/18/2022
0.1.0.80-alpha 314 9/18/2022
0.1.0.79-alpha 212 9/17/2022
0.1.0.78-alpha 243 9/17/2022
0.1.0.77-alpha 258 9/17/2022
0.1.0.76-alpha 238 9/17/2022
0.1.0.75-alpha 204 9/16/2022
0.1.0.74-alpha 224 3/20/2022
0.1.0.73-alpha 199 3/17/2022
0.1.0.72-alpha 208 3/11/2022
0.1.0.68-alpha 337 2/20/2022
0.1.0.67-alpha 203 2/8/2022
0.1.0.66-alpha 326 2/7/2022
0.1.0.35-alpha 248 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