Nino 2.1.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nino --version 2.1.4
                    
NuGet\Install-Package Nino -Version 2.1.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" Version="2.1.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nino" Version="2.1.4" />
                    
Directory.Packages.props
<PackageReference Include="Nino" />
                    
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 Nino --version 2.1.4
                    
#r "nuget: Nino, 2.1.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.
#:package Nino@2.1.4
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Nino&version=2.1.4
                    
Install as a Cake Addin
#tool nuget:?package=Nino&version=2.1.4
                    
Install as a Cake Tool

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/records

  • 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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Nino:

Repository Stars
FlameskyDexive/Legends-Of-Heroes
A battle of balls game, lol style, AI Agents base, support agent skills & unityMCP. 基于ET 8.1的双端C#游戏框架(.net8 + Unity6000, EUI+Luban+YooAsset),包含战斗系统(技能/buff/行为树),内置LOL风格球球大战demo
Version Downloads Last Updated
4.0.0-beta.47 95 2/8/2026
4.0.0-beta.46 64 2/7/2026
4.0.0-beta.44 65 2/7/2026
4.0.0-beta.43 410 11/19/2025
4.0.0-beta.42 235 11/14/2025
4.0.0-beta.40 181 11/4/2025
4.0.0-beta.38 170 10/29/2025
4.0.0-beta.37 165 10/28/2025
4.0.0-beta.36 92 10/25/2025
4.0.0-beta.35 241 10/15/2025
4.0.0-beta.34 161 10/14/2025
4.0.0-beta.33 94 10/12/2025
4.0.0-beta.32 96 10/11/2025
4.0.0-beta.31 96 10/11/2025
4.0.0-beta.30 92 10/11/2025
4.0.0-beta.29 92 10/11/2025
4.0.0-beta.28 70 10/11/2025
4.0.0-beta.27 133 10/10/2025
3.9.17 251 7/30/2025
2.1.4 375 11/1/2024
Loading failed