171 packages tagged with “MessagePack”
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
Attributes and interfaces for .NET types serializable with MessagePack.
Analyzers and source generator for MessagePack for C#. Verify rules for [MessagePackObject] and code fix for [Key]. A roslyn source generator for AOT or faster startup of applications that use the MessagePack nuget package.
MessagePack is fast, compact, and interoperable binary serialization format. This package provides MessagePack serialization/deserialization APIs. This pacakge also supports Mono, Xamarin, .NET Core and Unity.
ASP.NET Core MVC Input/Output MessagePack formatter.
MessagePack extensions for F#
A serialize library based on MessagePack
Provides MessagePack serialization support for the UUID library, enabling high-performance binary serialization and deserialization of UUID values. Features include compact binary representation, thread-safe implementation, comprehensive error handling, and seamless integration with MessagePack's type resolution system. Optimized for both performance and memory efficiency across different .NET platforms.
MSBuild Tasks of MessagePack for C#.
Deprecated package to add System.Collections.Immutable support to MessagePack. This is now built into the main package.
MessagePack.MSBuild.Tasks extensions for C# Source Generator.
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). Extension support for Unity.
This library adds support for NodaTime types to MessagePack C#.
MessagePack standalone code generator.
MessagePack formatters for ASP.NET Core MVC
Newtonsoft Json serializer for CachingFramework.Redis, a distributed caching based on StackExchange.Redis and Redis. Includes support for all redis data types, tagging mechanism, cache invalidation, PubSub, GeoSpatial indexes, HyperLogLog and is cluster-compatible.
WampSharp above Newtonsoft.Json, NewtonsoftMessagePack and System.Net.WebSockets
ASP.NET Core InputFormatter, OutputFormatter for MessagePack
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). Extension support for ReactiveProperty.
MessagePack formatters for WebApi client (Microsoft.AspNet.WebApi.Client).
Extensions of AspNetCore for supporting MessagePack formatting
MassTransit MessagePack support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
WampSharp above Fleck, Newtonsoft.Json and NewtonsoftMessagePack
WampSharp NewtonsoftMessagePack support
FusionCache serializer based on Neuecc's MessagePack serializer
A fast and more user-friendly MessagePack serialization library for .NET and .NET Framework. This package is brought to you by one of the two major contributors to MessagePack-CSharp. As its natural successor, this library comes packed with features that its predecessor lacks, and has ongoing support. Premium support for trimming and Native AOT, secure deserialization of untrusted data, async serialization, streaming deserialization, skip serializing of default values, reference preservation, and support for reference cycles. Also features an automatic structural equality API.
MessagePack serializer for CachingFramework.Redis, a distributed caching based on StackExchange.Redis and Redis. Includes support for all redis data types, tagging mechanism, cache invalidation, PubSub, GeoSpatial indexes, HyperLogLog and is cluster-compatible. This uses MessagePack for C# which requires annotations on the objects you want to save in Redis. You can read more about serialization using MessagePack in https://github.com/neuecc/MessagePack-CSharp#readme
Add the MsgPack binary format and endpoint to a ServiceStack web service host.
Package Description
A fast and memory efficient binary serialization library, powered by dynamic IL generation and inspired by MessagePack