Nino.Serialization 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nino.Serialization --version 3.0.0
                    
NuGet\Install-Package Nino.Serialization -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.Serialization" Version="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Nino.Serialization" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Nino.Serialization" />
                    
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.Serialization --version 3.0.0
                    
#r "nuget: Nino.Serialization, 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.Serialization@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.Serialization&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Nino.Serialization&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 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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 is compatible.  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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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.

NuGet packages (1)

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

Package Downloads
Nino

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

GitHub repositories (1)

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

Repository Stars
526077247/TaoTie
基于YooAsset资源管理的轻量级Unity基础框架
Version Downloads Last Updated
4.0.0-beta.15 111 8/18/2025
4.0.0-beta.14 41 8/16/2025
4.0.0-beta.13 41 8/16/2025
4.0.0-beta.11 121 8/14/2025
4.0.0-beta.10 247 8/6/2025
4.0.0-beta.8 195 8/5/2025
4.0.0-beta.6 193 8/5/2025
4.0.0-beta.5 196 8/5/2025
4.0.0-beta.4 176 8/4/2025
4.0.0-beta.2 47 8/3/2025
4.0.0-beta.1 19 8/2/2025
4.0.0-alpha.19 18 8/2/2025
4.0.0-alpha.18 21 8/2/2025
4.0.0-alpha.17 18 8/2/2025
4.0.0-alpha.16 23 8/2/2025
4.0.0-alpha.14 19 8/2/2025
4.0.0-alpha.13 21 8/2/2025
4.0.0-alpha.12 20 8/2/2025
4.0.0-alpha.11 19 8/2/2025
4.0.0-alpha.10 20 8/2/2025
4.0.0-alpha.8 22 8/2/2025
4.0.0-alpha.7 22 8/2/2025
4.0.0-alpha.6 21 8/2/2025
3.9.17 115 7/30/2025
3.9.16 93 7/30/2025
3.9.15 98 7/29/2025
3.9.14 96 7/28/2025
3.9.13 94 7/28/2025
3.9.12 101 7/27/2025
3.9.11 70 7/27/2025
3.9.10 79 7/27/2025
3.9.9 88 7/27/2025
3.9.8 204 7/26/2025
3.9.7 444 7/24/2025
3.9.6 448 7/24/2025
3.9.5 490 7/23/2025
3.9.4 490 7/23/2025
3.9.3 491 7/23/2025
3.9.2 492 7/22/2025
3.9.1 486 7/22/2025
3.9.0 443 7/21/2025
3.3.13 271 6/3/2025
3.3.12 157 6/3/2025
3.3.11 165 6/3/2025
3.3.10 167 6/2/2025
3.3.9 155 5/23/2025
3.3.8 147 4/12/2025
3.3.7 226 4/7/2025
3.3.6 129 4/5/2025
3.3.5 503 3/26/2025
3.3.4 506 3/26/2025
3.3.3 504 3/26/2025
3.3.2 191 3/21/2025
3.3.1 163 3/20/2025
3.3.0 222 3/9/2025
3.2.13 219 3/9/2025
3.2.12 213 3/9/2025
3.2.11 177 3/9/2025
3.2.10 183 3/9/2025
3.2.9 307 3/5/2025
3.2.8 255 3/5/2025
3.2.7 248 3/4/2025
3.2.6 241 3/4/2025
3.2.5 197 3/3/2025
3.2.4 188 3/3/2025
3.2.3 162 2/25/2025
3.2.2 136 2/25/2025
3.2.1 146 2/24/2025
3.2.0 140 2/22/2025
3.1.7 144 2/21/2025
3.1.6 140 2/20/2025
3.1.5 150 2/20/2025
3.1.4 201 2/18/2025
3.1.3 153 2/18/2025
3.1.2 148 2/15/2025
3.1.1 168 2/3/2025
3.1.0 152 1/19/2025
3.0.9 135 1/19/2025
3.0.8 130 1/13/2025
3.0.7 161 1/5/2025
3.0.6 161 1/5/2025
3.0.5 168 11/17/2024
3.0.4 160 11/16/2024
3.0.3 164 11/15/2024
3.0.2 153 11/15/2024
3.0.1 157 11/13/2024
3.0.0 162 11/12/2024
2.2.1 173 11/11/2024
2.2.0 170 11/11/2024
2.1.9 183 11/11/2024
2.1.8 160 11/10/2024
2.1.7 161 11/9/2024
2.1.6 158 11/7/2024
2.1.5 160 11/2/2024
2.1.4 157 11/1/2024
2.1.3 161 10/31/2024
2.1.2 159 10/28/2024
2.1.1 149 10/28/2024
2.1.0 172 10/27/2024
2.0.9 154 10/21/2024
2.0.8 183 9/17/2024
2.0.7 176 9/16/2024
2.0.6 171 9/15/2024
2.0.5 156 7/24/2024
2.0.4 151 7/18/2024
2.0.3 156 7/8/2024
2.0.2 164 7/8/2024
2.0.1 184 7/3/2024
2.0.0.2 229 7/2/2024
2.0.0.1 254 7/2/2024
2.0.0 135 7/2/2024
2.0.0-official 185 7/2/2024
1.2.2 313 10/18/2023
1.2.1 335 7/12/2023
1.2.0 179 7/11/2023
1.1.2.1 332 2/10/2023
1.1.2 323 2/9/2023
1.1.1 311 2/7/2023
1.1.0 497 1/21/2023
1.0.21.2 331 1/7/2023
1.0.21 360 1/7/2023
1.0.20 344 12/11/2022
1.0.19.2 443 10/30/2022
1.0.19 417 10/30/2022
1.0.18 445 10/24/2022
1.0.17 437 10/5/2022
1.0.16 425 8/15/2022
1.0.15 461 8/11/2022
1.0.14 497 8/7/2022
1.0.13 477 7/29/2022
1.0.12 480 7/27/2022
1.0.11 471 7/24/2022
1.0.10 488 7/20/2022
1.0.9 475 7/9/2022
1.0.8 476 7/4/2022
1.0.7 504 7/3/2022
1.0.6 494 7/2/2022
1.0.5 493 7/1/2022
1.0.4 500 7/1/2022
1.0.3 474 6/30/2022
1.0.2 461 6/30/2022
1.0.1 478 6/30/2022
1.0.0 488 6/30/2022