Nino 2.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nino --version 2.2.1
                    
NuGet\Install-Package Nino -Version 2.2.1
                    
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.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nino" Version="2.2.1" />
                    
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.2.1
                    
#r "nuget: Nino, 2.2.1"
                    
#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.2.1
                    
#: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.2.1
                    
Install as a Cake Addin
#tool nuget:?package=Nino&version=2.2.1
                    
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

Plausibly the fastest and most flexible binary serialization library for C# projects.

Features

nino.nuget

  • Support all unmanaged types (int/float/DateTime/Vector/Matrix, etc)

  • Support all custom interfaces/classes/structs/records annotated with [NinoType] (including generics, support custom constructor for deserialization)

  • Support all ICollection<SupportedType> types (List, Dictonary, ConcurrentDictonary, Hashset, etc)

  • Support all Span<SupportedType> types

  • Support all Nullable<SupportedType> types

  • Support all Embed serializable types (i.e. Dictionary<Int, List<SupportedType[]>>)

  • Support polymorphism

  • High performance with low GC allocation

  • Support type check (guarantees data integrity)

  • Contains version tolerance (i.e. add/remove fields, change field type, etc)

  • Support cross-project (C# Project) type serialization (i.e. serialize a class with member of types in A.dll from B.dll)

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

This package is not used by any popular GitHub repositories.

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 408 11/19/2025
4.0.0-beta.42 235 11/14/2025
4.0.0-beta.40 180 11/4/2025
4.0.0-beta.38 167 10/29/2025
4.0.0-beta.37 165 10/28/2025
4.0.0-beta.36 91 10/25/2025
4.0.0-beta.35 240 10/15/2025
4.0.0-beta.34 161 10/14/2025
4.0.0-beta.33 93 10/12/2025
4.0.0-beta.32 95 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 132 10/10/2025
3.9.17 244 7/30/2025
2.2.1 390 11/11/2024
Loading failed