Anixe.IO.Messaging.Serializer
4.0.1
dotnet add package Anixe.IO.Messaging.Serializer --version 4.0.1
NuGet\Install-Package Anixe.IO.Messaging.Serializer -Version 4.0.1
<PackageReference Include="Anixe.IO.Messaging.Serializer" Version="4.0.1" />
paket add Anixe.IO.Messaging.Serializer --version 4.0.1
#r "nuget: Anixe.IO.Messaging.Serializer, 4.0.1"
// Install Anixe.IO.Messaging.Serializer as a Cake Addin #addin nuget:?package=Anixe.IO.Messaging.Serializer&version=4.0.1 // Install Anixe.IO.Messaging.Serializer as a Cake Tool #tool nuget:?package=Anixe.IO.Messaging.Serializer&version=4.0.1
Anixe.IO.Messaging.Serializer
THIS LIBRARY IS OBSOLETE AND WILL BE REMOVED - use the default System.Text.Json based Anixe.IO.Messaging.Core.MessageFormatter()
instead.
Intended to use with Anixe.IO.Messaging as default formatter. Internally uses Newtonsoft.Json
.
Usage
Register formatter in your DI container, e.g. in ASP Core:
serices.AddSingleton<IMessageFormatter, NewtonsoftMessageFormatter>();
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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 was computed. 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 was computed. 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. |
-
net6.0
- Anixe.IO.Messaging (>= 4.0.0)
- Newtonsoft.Json (>= 13.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
# Anixe.IO.Messaging.Serializer CHANGELOG
## 4.0.1 - 2024-11-07
- Mark NewtonsoftMessageFormatter as obsolete - use the default System.Text.Json based `Anixe.IO.Messaging.Core.MessageFormatter()` instead
## 4.0.0 - 2024-01-03
- Updated Anixe.IO.Messaging from v3.1.0 to v4.0.0
## 2.0.0 - 2022-11-14
- drop support of all .NET versions before .NET 6
## 1.1.1 - 2021-11-04
- Added handling yyyyMMddTHH:mm:ss.fffZ date format in ts_utc
## 1.1.0 - 2021-08-31
- Updated Newtonsoft.Json to 13.*
- Updated Anixe.IO.Messaging to 2.1.0
## 1.0.6 - 2021-07-08
### Added
- License information in package metadata