NonSucking.Framework.Serialization 0.1.0.76-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.76-alpha
                    
NuGet\Install-Package NonSucking.Framework.Serialization -Version 0.1.0.76-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.76-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.76-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.76-alpha
                    
#r "nuget: NonSucking.Framework.Serialization, 0.1.0.76-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.
#addin nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.76-alpha&prerelease
                    
Install NonSucking.Framework.Serialization as a Cake Addin
#tool nuget:?package=NonSucking.Framework.Serialization&version=0.1.0.76-alpha&prerelease
                    
Install NonSucking.Framework.Serialization 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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 287 12/10/2023
0.1.0.108-alpha 153 9/6/2023
0.1.0.107-alpha 180 7/2/2023
0.1.0.106-alpha 184 7/2/2023
0.1.0.105-alpha 204 4/5/2023
0.1.0.104-alpha 170 4/5/2023
0.1.0.103-alpha 175 3/26/2023
0.1.0.102-alpha 190 3/25/2023
0.1.0.99-alpha 206 3/23/2023
0.1.0.98-alpha 368 3/14/2023
0.1.0.97-alpha 160 3/14/2023
0.1.0.96-alpha 177 3/12/2023
0.1.0.95-alpha 192 3/8/2023
0.1.0.94-alpha 196 3/8/2023
0.1.0.93-alpha 171 3/6/2023
0.1.0.92-alpha 193 3/6/2023
0.1.0.91-alpha 176 3/6/2023
0.1.0.84-alpha 178 2/22/2023
0.1.0.83-alpha 168 2/11/2023
0.1.0.82-alpha 187 2/11/2023
0.1.0.81-alpha 244 9/18/2022
0.1.0.80-alpha 339 9/18/2022
0.1.0.79-alpha 234 9/17/2022
0.1.0.78-alpha 266 9/17/2022
0.1.0.77-alpha 280 9/17/2022
0.1.0.76-alpha 260 9/17/2022
0.1.0.75-alpha 226 9/16/2022
0.1.0.74-alpha 256 3/20/2022
0.1.0.73-alpha 230 3/17/2022
0.1.0.72-alpha 239 3/11/2022
0.1.0.68-alpha 369 2/20/2022
0.1.0.67-alpha 243 2/8/2022
0.1.0.66-alpha 358 2/7/2022
0.1.0.35-alpha 280 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