Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
Info
Version: | 3.0.238-rc.1 |
Author(s): | neuecc, aarnott |
Last Update: | Wednesday, October 23, 2024 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/neuecc/MessagePack-CSharp |
NuGet Url: | https://www.nuget.org/packages/MessagePack |
Install
Install-Package MessagePack
dotnet add package MessagePack
paket add MessagePack
MessagePack Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- MessagePack.Annotations(>= 2.2.85)
- Microsoft.Bcl.AsyncInterfaces(>= 1.0.0)
- System.Collections.Immutable(>= 1.5.0)
- System.Memory(>= 4.5.3)
- System.Reflection.Emit(>= 4.6.0)
- System.Reflection.Emit.Lightweight(>= 4.6.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.5.2)
- System.Threading.Tasks.Extensions(>= 4.5.3)
- MessagePack.Annotations(>= 2.2.85)
- Microsoft.Bcl.AsyncInterfaces(>= 1.0.0)
- System.Collections.Immutable(>= 1.5.0)
- System.Memory(>= 4.5.3)
- System.Reflection.Emit(>= 4.6.0)
- System.Reflection.Emit.Lightweight(>= 4.6.0)
- System.Runtime.CompilerServices.Unsafe(>= 4.5.2)
- System.Threading.Tasks.Extensions(>= 4.5.3)
Tags