Nino 3.2.6

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

Nino

Ultimate high-performance binary serialization library for C#.

build license nino.nuget openupm

Official Website

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

Activity

Features

  • 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 409 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 168 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 132 10/10/2025
3.9.17 244 7/30/2025
3.2.6 467 3/4/2025
Loading failed