Nino.Generator 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nino.Generator --version 3.0.0
                    
NuGet\Install-Package Nino.Generator -Version 3.0.0
                    
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="3.0.0">
  <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.
<PackageVersion Include="Nino.Generator" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Nino.Generator">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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.Generator --version 3.0.0
                    
#r "nuget: Nino.Generator, 3.0.0"
                    
#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.Generator@3.0.0
                    
#: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.Generator&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Nino.Generator&version=3.0.0
                    
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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
4.0.0-beta.15 136 8/18/2025
4.0.0-beta.14 84 8/16/2025
4.0.0-beta.13 45 8/16/2025
4.0.0-beta.11 120 8/14/2025
4.0.0-beta.10 248 8/6/2025
4.0.0-beta.8 196 8/5/2025
4.0.0-beta.6 193 8/5/2025
4.0.0-beta.5 195 8/5/2025
4.0.0-beta.4 175 8/4/2025
4.0.0-beta.2 45 8/3/2025
4.0.0-beta.1 19 8/2/2025
4.0.0-alpha.19 22 8/2/2025
4.0.0-alpha.18 20 8/2/2025
4.0.0-alpha.17 21 8/2/2025
4.0.0-alpha.16 20 8/2/2025
4.0.0-alpha.14 20 8/2/2025
4.0.0-alpha.13 21 8/2/2025
4.0.0-alpha.12 21 8/2/2025
4.0.0-alpha.11 20 8/2/2025
4.0.0-alpha.10 20 8/2/2025
4.0.0-alpha.8 21 8/2/2025
4.0.0-alpha.7 20 8/2/2025
4.0.0-alpha.6 23 8/2/2025
3.9.17 124 7/30/2025
3.9.16 92 7/30/2025
3.9.15 116 7/29/2025
3.9.14 109 7/28/2025
3.9.13 113 7/28/2025
3.9.12 132 7/27/2025
3.9.11 101 7/27/2025
3.9.10 104 7/27/2025
3.9.9 103 7/27/2025
3.9.8 221 7/26/2025
3.9.7 475 7/24/2025
3.9.6 471 7/24/2025
3.9.5 559 7/23/2025
3.9.4 550 7/23/2025
3.9.3 546 7/23/2025
3.9.2 564 7/22/2025
3.9.1 542 7/22/2025
3.9.0 502 7/21/2025
3.3.13 274 6/3/2025
3.3.12 170 6/3/2025
3.3.11 164 6/3/2025
3.3.10 159 6/2/2025
3.3.9 148 5/23/2025
3.3.8 155 4/12/2025
3.3.7 231 4/7/2025
3.3.6 115 4/5/2025
3.3.5 500 3/26/2025
3.3.4 493 3/26/2025
3.3.3 490 3/26/2025
3.3.2 178 3/21/2025
3.3.0 220 3/9/2025
3.2.13 212 3/9/2025
3.2.12 208 3/9/2025
3.2.11 177 3/9/2025
3.2.10 168 3/9/2025
3.2.9 318 3/5/2025
3.2.8 257 3/5/2025
3.2.7 249 3/4/2025
3.2.6 253 3/4/2025
3.2.5 190 3/3/2025
3.2.4 201 3/3/2025
3.2.3 153 2/25/2025
3.2.2 136 2/25/2025
3.2.1 143 2/24/2025
3.2.0 139 2/22/2025
3.1.7 140 2/21/2025
3.1.6 136 2/20/2025
3.1.5 142 2/20/2025
3.1.4 189 2/18/2025
3.1.3 154 2/18/2025
3.1.2 141 2/15/2025
3.1.1 159 2/3/2025
3.1.0 136 1/19/2025
3.0.9 132 1/19/2025
3.0.8 127 1/13/2025
3.0.7 154 1/5/2025
3.0.6 153 1/5/2025
3.0.5 176 11/17/2024
3.0.4 147 11/16/2024
3.0.3 157 11/15/2024
3.0.2 163 11/15/2024
3.0.1 159 11/13/2024
3.0.0 153 11/12/2024
2.2.1 169 11/11/2024
2.2.0 165 11/11/2024
2.1.9 160 11/11/2024
2.1.8 151 11/10/2024
2.1.7 162 11/9/2024
2.1.6 150 11/7/2024
2.1.5 149 11/2/2024
2.1.4 161 11/1/2024
2.1.3 145 10/31/2024
2.1.2 160 10/28/2024
2.1.1 144 10/28/2024
2.1.0 150 10/27/2024
2.0.9 145 10/21/2024
2.0.8 158 9/17/2024
2.0.7 160 9/16/2024
2.0.6 219 9/15/2024
2.0.5 163 7/24/2024
2.0.4 183 7/18/2024
2.0.3 134 7/8/2024
2.0.2 148 7/8/2024
2.0.1 175 7/3/2024
2.0.0.2 185 7/2/2024
2.0.0.1 124 7/2/2024
2.0.0 162 7/2/2024
1.0.0 162 7/2/2024