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

// Install NonSucking.Framework.Serialization as a Cake Tool
#tool nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.74-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 188 12/10/2023
0.1.0.108-alpha 94 9/6/2023
0.1.0.107-alpha 122 7/2/2023
0.1.0.106-alpha 122 7/2/2023
0.1.0.105-alpha 143 4/5/2023
0.1.0.104-alpha 109 4/5/2023
0.1.0.103-alpha 117 3/26/2023
0.1.0.102-alpha 126 3/25/2023
0.1.0.99-alpha 141 3/23/2023
0.1.0.98-alpha 308 3/14/2023
0.1.0.97-alpha 101 3/14/2023
0.1.0.96-alpha 132 3/12/2023
0.1.0.95-alpha 129 3/8/2023
0.1.0.94-alpha 134 3/8/2023
0.1.0.93-alpha 112 3/6/2023
0.1.0.92-alpha 137 3/6/2023
0.1.0.91-alpha 118 3/6/2023
0.1.0.84-alpha 116 2/22/2023
0.1.0.83-alpha 106 2/11/2023
0.1.0.82-alpha 126 2/11/2023
0.1.0.81-alpha 189 9/18/2022
0.1.0.80-alpha 262 9/18/2022
0.1.0.79-alpha 178 9/17/2022
0.1.0.78-alpha 194 9/17/2022
0.1.0.77-alpha 203 9/17/2022
0.1.0.76-alpha 193 9/17/2022
0.1.0.75-alpha 160 9/16/2022
0.1.0.74-alpha 179 3/20/2022
0.1.0.73-alpha 156 3/17/2022
0.1.0.72-alpha 163 3/11/2022
0.1.0.68-alpha 289 2/20/2022
0.1.0.67-alpha 158 2/8/2022
0.1.0.66-alpha 275 2/7/2022
0.1.0.35-alpha 204 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