Nino.Serialization
2.0.0.2
See the version list below for details.
dotnet add package Nino.Serialization --version 2.0.0.2
NuGet\Install-Package Nino.Serialization -Version 2.0.0.2
<PackageReference Include="Nino.Serialization" Version="2.0.0.2" />
<PackageVersion Include="Nino.Serialization" Version="2.0.0.2" />
<PackageReference Include="Nino.Serialization" />
paket add Nino.Serialization --version 2.0.0.2
#r "nuget: Nino.Serialization, 2.0.0.2"
#:package Nino.Serialization@2.0.0.2
#addin nuget:?package=Nino.Serialization&version=2.0.0.2
#tool nuget:?package=Nino.Serialization&version=2.0.0.2
Nino
Definite useful and high performance serialisation library for C# projects, especially for Unity.
实用的高性能C#序列化库,尤其在Unity平台能带来令人难以置信的效益。
功能列表
Protobuf-net/MsgPack/BinaryFormatter/Bson/JSON等序列化库的平替方案,优势是更小体积,更高性能,支持多线程,支持多态
注意,该模块的序列化数据,仅支持在C#平台使用该库进行序列化和反序列化,无法跨语言使用
Nino.Serialization v2.0.0与所有1.x版本都不兼容,详细请查看使用教程
支持全部非托管类型(int/float/datetime/vector/etc)
支持任意Nullable类型
支持任意ICollection类型(list/dictonary/hashset/etc)
支持任意Span类型
支持自定义Nino序列化类型
支持嵌套上述类型(dictionary<int, list<自定义nino类型[]>>)
支持多态
支持数据校验
性能高,GC低!
测试案例
Test1 Nino VS Protobuf-net 序列化
Test2 Nino VS BinaryFormatter 序列化
Test3 Nino VS Protobuf-net 反序列化
Test4 Nino VS BinaryFormatter 反序列化
Test5 Nino VS MongoDB.Bson 序列化以及反序列化
Test6 Nino VS MsgPack 序列化以及反序列化
Test7 自定义Nino序列化反序列化委托
Test8 自动收集全部字段进行序列化/反序列化(无需给单个字段或属性打标签)
Test9 基础类型序列化反序列化
Test10 复杂结构类型序列化反序列化
Test11 ILRuntime测试(需要搭配使用教程启用ILRuntime)
真机测试 可以打IL2CPP或Mono包进行测试(对比了Nino Reflection/Code Gen与Protobuf-net/BinaryFormatter/Bson/MsgPack Code Gen的序列化性能、序列化体积、反序列化性能)
Protobuf-net与Bson在IL2CPP下暂不支持字典序列化
目录结构
- Docs,文档
- src,Nino源码
- Nino_Unity,Nino Unity 2021及以上版本的工程,包含源码和测试代码(暂未发布v2.0.0 unity版本)
- Performance,性能报告
在Unity平台使用
暂未发布Unity版本,预计2024年8月推出
在非Unity平台使用
使用NuGet
NuGet里搜
Nino.SerializationPM> Install-Package Nino.Serialization -Version 2.0.0
| Product | Versions 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 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 is compatible. |
| .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 is compatible. 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. |
-
.NETCoreApp 3.1
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
-
.NETFramework 4.8
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
-
.NETStandard 2.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
-
net5.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
-
net6.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
-
net7.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
-
net8.0
- System.Buffers (>= 4.5.1)
- System.Memory (>= 4.5.5)
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
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.0-beta.40 | 132 | 11/4/2025 |
| 4.0.0-beta.38 | 133 | 10/29/2025 |
| 4.0.0-beta.37 | 122 | 10/28/2025 |
| 4.0.0-beta.36 | 51 | 10/25/2025 |
| 4.0.0-beta.35 | 197 | 10/15/2025 |
| 4.0.0-beta.34 | 124 | 10/14/2025 |
| 4.0.0-beta.33 | 64 | 10/12/2025 |
| 4.0.0-beta.32 | 59 | 10/11/2025 |
| 4.0.0-beta.31 | 57 | 10/11/2025 |
| 4.0.0-beta.30 | 57 | 10/11/2025 |
| 4.0.0-beta.29 | 59 | 10/11/2025 |
| 4.0.0-beta.28 | 40 | 10/11/2025 |
| 4.0.0-beta.27 | 96 | 10/10/2025 |
| 4.0.0-beta.26 | 104 | 10/10/2025 |
| 4.0.0-beta.25 | 116 | 10/9/2025 |
| 4.0.0-beta.24 | 124 | 10/6/2025 |
| 4.0.0-beta.23 | 120 | 10/6/2025 |
| 4.0.0-beta.22 | 119 | 10/6/2025 |
| 4.0.0-beta.20 | 127 | 10/6/2025 |
| 4.0.0-beta.19 | 112 | 10/5/2025 |
| 4.0.0-beta.18 | 112 | 10/5/2025 |
| 4.0.0-beta.17 | 108 | 10/5/2025 |
| 4.0.0-beta.16 | 110 | 10/5/2025 |
| 4.0.0-beta.15 | 142 | 8/18/2025 |
| 4.0.0-beta.14 | 171 | 8/16/2025 |
| 4.0.0-beta.13 | 48 | 8/16/2025 |
| 4.0.0-beta.11 | 129 | 8/14/2025 |
| 4.0.0-beta.10 | 254 | 8/6/2025 |
| 4.0.0-beta.8 | 201 | 8/5/2025 |
| 4.0.0-beta.6 | 200 | 8/5/2025 |
| 4.0.0-beta.5 | 207 | 8/5/2025 |
| 4.0.0-beta.4 | 182 | 8/4/2025 |
| 4.0.0-beta.2 | 54 | 8/3/2025 |
| 4.0.0-beta.1 | 24 | 8/2/2025 |
| 4.0.0-alpha.19 | 26 | 8/2/2025 |
| 4.0.0-alpha.18 | 26 | 8/2/2025 |
| 4.0.0-alpha.17 | 24 | 8/2/2025 |
| 4.0.0-alpha.16 | 30 | 8/2/2025 |
| 4.0.0-alpha.14 | 27 | 8/2/2025 |
| 4.0.0-alpha.13 | 25 | 8/2/2025 |
| 4.0.0-alpha.12 | 25 | 8/2/2025 |
| 4.0.0-alpha.11 | 24 | 8/2/2025 |
| 4.0.0-alpha.10 | 24 | 8/2/2025 |
| 4.0.0-alpha.8 | 26 | 8/2/2025 |
| 4.0.0-alpha.7 | 28 | 8/2/2025 |
| 4.0.0-alpha.6 | 25 | 8/2/2025 |
| 3.9.17 | 193 | 7/30/2025 |
| 3.9.16 | 152 | 7/30/2025 |
| 3.9.15 | 151 | 7/29/2025 |
| 3.9.14 | 168 | 7/28/2025 |
| 3.9.13 | 159 | 7/28/2025 |
| 3.9.12 | 167 | 7/27/2025 |
| 3.9.11 | 145 | 7/27/2025 |
| 3.9.10 | 149 | 7/27/2025 |
| 3.9.9 | 150 | 7/27/2025 |
| 3.9.8 | 254 | 7/26/2025 |
| 3.9.7 | 511 | 7/24/2025 |
| 3.9.6 | 524 | 7/24/2025 |
| 3.9.5 | 595 | 7/23/2025 |
| 3.9.4 | 595 | 7/23/2025 |
| 3.9.3 | 574 | 7/23/2025 |
| 3.9.2 | 594 | 7/22/2025 |
| 3.9.1 | 599 | 7/22/2025 |
| 3.9.0 | 561 | 7/21/2025 |
| 3.3.13 | 322 | 6/3/2025 |
| 3.3.12 | 211 | 6/3/2025 |
| 3.3.11 | 210 | 6/3/2025 |
| 3.3.10 | 215 | 6/2/2025 |
| 3.3.9 | 198 | 5/23/2025 |
| 3.3.8 | 205 | 4/12/2025 |
| 3.3.7 | 275 | 4/7/2025 |
| 3.3.6 | 173 | 4/5/2025 |
| 3.3.5 | 557 | 3/26/2025 |
| 3.3.4 | 563 | 3/26/2025 |
| 3.3.3 | 559 | 3/26/2025 |
| 3.3.2 | 248 | 3/21/2025 |
| 3.3.1 | 189 | 3/20/2025 |
| 3.3.0 | 278 | 3/9/2025 |
| 3.2.13 | 274 | 3/9/2025 |
| 3.2.12 | 257 | 3/9/2025 |
| 3.2.11 | 231 | 3/9/2025 |
| 3.2.10 | 237 | 3/9/2025 |
| 3.2.9 | 363 | 3/5/2025 |
| 3.2.8 | 309 | 3/5/2025 |
| 3.2.7 | 294 | 3/4/2025 |
| 3.2.6 | 287 | 3/4/2025 |
| 3.2.5 | 242 | 3/3/2025 |
| 3.2.4 | 241 | 3/3/2025 |
| 3.2.3 | 195 | 2/25/2025 |
| 3.2.2 | 189 | 2/25/2025 |
| 3.2.1 | 202 | 2/24/2025 |
| 3.2.0 | 193 | 2/22/2025 |
| 3.1.7 | 198 | 2/21/2025 |
| 3.1.6 | 184 | 2/20/2025 |
| 3.1.5 | 205 | 2/20/2025 |
| 3.1.4 | 247 | 2/18/2025 |
| 3.1.3 | 200 | 2/18/2025 |
| 3.1.2 | 180 | 2/15/2025 |
| 3.1.1 | 221 | 2/3/2025 |
| 3.1.0 | 197 | 1/19/2025 |
| 3.0.9 | 180 | 1/19/2025 |
| 3.0.8 | 178 | 1/13/2025 |
| 3.0.7 | 217 | 1/5/2025 |
| 3.0.6 | 193 | 1/5/2025 |
| 3.0.5 | 222 | 11/17/2024 |
| 3.0.4 | 213 | 11/16/2024 |
| 3.0.3 | 220 | 11/15/2024 |
| 3.0.2 | 188 | 11/15/2024 |
| 3.0.1 | 210 | 11/13/2024 |
| 3.0.0 | 215 | 11/12/2024 |
| 2.2.1 | 215 | 11/11/2024 |
| 2.2.0 | 213 | 11/11/2024 |
| 2.1.9 | 238 | 11/11/2024 |
| 2.1.8 | 214 | 11/10/2024 |
| 2.1.7 | 203 | 11/9/2024 |
| 2.1.6 | 204 | 11/7/2024 |
| 2.1.5 | 205 | 11/2/2024 |
| 2.1.4 | 202 | 11/1/2024 |
| 2.1.3 | 187 | 10/31/2024 |
| 2.1.2 | 203 | 10/28/2024 |
| 2.1.1 | 192 | 10/28/2024 |
| 2.1.0 | 225 | 10/27/2024 |
| 2.0.9 | 198 | 10/21/2024 |
| 2.0.8 | 243 | 9/17/2024 |
| 2.0.7 | 219 | 9/16/2024 |
| 2.0.6 | 213 | 9/15/2024 |
| 2.0.5 | 209 | 7/24/2024 |
| 2.0.4 | 203 | 7/18/2024 |
| 2.0.3 | 199 | 7/8/2024 |
| 2.0.2 | 197 | 7/8/2024 |
| 2.0.1 | 237 | 7/3/2024 |
| 2.0.0.2 | 301 | 7/2/2024 |
| 2.0.0.1 | 339 | 7/2/2024 |
| 2.0.0 | 161 | 7/2/2024 |
| 2.0.0-official | 239 | 7/2/2024 |
| 1.2.2 | 335 | 10/18/2023 |
| 1.2.1 | 368 | 7/12/2023 |
| 1.2.0 | 191 | 7/11/2023 |
| 1.1.2.1 | 373 | 2/10/2023 |
| 1.1.2 | 356 | 2/9/2023 |
| 1.1.1 | 345 | 2/7/2023 |
| 1.1.0 | 520 | 1/21/2023 |
| 1.0.21.2 | 363 | 1/7/2023 |
| 1.0.21 | 393 | 1/7/2023 |
| 1.0.20 | 389 | 12/11/2022 |
| 1.0.19.2 | 475 | 10/30/2022 |
| 1.0.19 | 440 | 10/30/2022 |
| 1.0.18 | 490 | 10/24/2022 |
| 1.0.17 | 473 | 10/5/2022 |
| 1.0.16 | 464 | 8/15/2022 |
| 1.0.15 | 512 | 8/11/2022 |
| 1.0.14 | 521 | 8/7/2022 |
| 1.0.13 | 527 | 7/29/2022 |
| 1.0.12 | 513 | 7/27/2022 |
| 1.0.11 | 520 | 7/24/2022 |
| 1.0.10 | 535 | 7/20/2022 |
| 1.0.9 | 520 | 7/9/2022 |
| 1.0.8 | 511 | 7/4/2022 |
| 1.0.7 | 550 | 7/3/2022 |
| 1.0.6 | 534 | 7/2/2022 |
| 1.0.5 | 541 | 7/1/2022 |
| 1.0.4 | 549 | 7/1/2022 |
| 1.0.3 | 509 | 6/30/2022 |
| 1.0.2 | 507 | 6/30/2022 |
| 1.0.1 | 523 | 6/30/2022 |
| 1.0.0 | 513 | 6/30/2022 |
Nino.Serialization v2.0.0
- [Optimisation] More efficient code generated via Source Generator
- [Feature] Polymorphism Solution for Collections Serialization