Nino.Generator 2.0.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nino.Generator --version 2.0.4                
NuGet\Install-Package Nino.Generator -Version 2.0.4                
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="Nino.Generator" Version="2.0.4">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nino.Generator --version 2.0.4                
#r "nuget: Nino.Generator, 2.0.4"                
#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 Nino.Generator as a Cake Addin
#addin nuget:?package=Nino.Generator&version=2.0.4

// Install Nino.Generator as a Cake Tool
#tool nuget:?package=Nino.Generator&version=2.0.4                

Nino

Definite useful and high performance serialization library for any C# projects, including but not limited to .NET Core apps or Unity/Godot games.

buildlicense

Official Website

Features

nino.nuget

  • Support all unmanaged types (int/float/datetime/vector/etc)

  • Support all Nullable types

  • Support all ICollection types (list/dictonary/hashset/etc)

  • Support all Span types

  • Support all [NinoType] classes/structs

  • Support all Embed serializable types (dictionary<int, list<supported_type[]>>)

  • Support polymorphism

  • Support type check

  • High performance with low GC allocation

Quick Start

Documentation

Performance

Microbenchmark

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nino.Generator:

Package Downloads
Nino

High performance and low size binary serialization solution, especially for Unity.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.5 76 7/24/2024
2.0.4 91 7/18/2024
2.0.3 59 7/8/2024
2.0.2 68 7/8/2024
2.0.1 89 7/3/2024
2.0.0.2 98 7/2/2024
2.0.0.1 73 7/2/2024
2.0.0 72 7/2/2024
1.0.0 77 7/2/2024

Nino.Serialization v2.0.4
- [Fix] Fix complilation error for subclasses having members with identical names