Nino.Serialization 1.2.2

dotnet add package Nino.Serialization --version 1.2.2
NuGet\Install-Package Nino.Serialization -Version 1.2.2
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="1.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nino.Serialization --version 1.2.2
#r "nuget: Nino.Serialization, 1.2.2"
#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.
// Install Nino.Serialization as a Cake Addin
#addin nuget:?package=Nino.Serialization&version=1.2.2

// Install Nino.Serialization as a Cake Tool
#tool nuget:?package=Nino.Serialization&version=1.2.2

Nino.Serialization

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

高性能、小体积的二进制序列化解决方案,尤其在Unity平台上实现了惊人的性能。

Protobuf-net/MsgPack/BinaryFormatter/Bson/JSON等序列化库的平替方案,目标是更小体积,更高性能

注意,该模块的序列化数据,仅支持在C#平台使用该库进行序列化和反序列化,无法跨语言使用

Nino.Serialization v1.2.0与其前面所有版本不兼容,详细请查看使用教程

Nino.Serialization v1.1.2与其前面所有版本不兼容,详细请查看使用教程

Nino.Serialization v1.1.0与其前面所有版本不兼容,详细请查看使用教程

Nino.Serialization v1.0.21与其前面所有版本不兼容,详细请查看使用教程

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. 
.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 is compatible.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

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

Repository Stars
RRQM/TouchSocket
TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
Version Downloads Last updated
1.2.2 253 10/18/2023
1.2.1 255 7/12/2023
1.2.0 104 7/11/2023
1.1.2.1 243 2/10/2023
1.1.2 236 2/9/2023
1.1.1 226 2/7/2023
1.1.0 321 1/21/2023
1.0.21.2 270 1/7/2023
1.0.21 276 1/7/2023
1.0.20 263 12/11/2022
1.0.19.2 351 10/30/2022
1.0.19 328 10/30/2022
1.0.18 360 10/24/2022
1.0.17 352 10/5/2022
1.0.16 349 8/15/2022
1.0.15 362 8/11/2022
1.0.14 402 8/7/2022
1.0.13 385 7/29/2022
1.0.12 382 7/27/2022
1.0.11 378 7/24/2022
1.0.10 384 7/20/2022
1.0.9 384 7/9/2022
1.0.8 387 7/4/2022
1.0.7 408 7/3/2022
1.0.6 400 7/2/2022
1.0.5 404 7/1/2022
1.0.4 394 7/1/2022
1.0.3 379 6/30/2022
1.0.2 364 6/30/2022
1.0.1 378 6/30/2022
1.0.0 391 6/30/2022

Nino.Serialization v1.2.2
- [optimization] better generator and better size computation
- [optimization] faster serialization/deserialization
- [optimization] lowerge
- [remove] no longer support ILRuntime