Albatross.Serialization
7.4.2
Prefix Reserved
dotnet add package Albatross.Serialization --version 7.4.2
NuGet\Install-Package Albatross.Serialization -Version 7.4.2
<PackageReference Include="Albatross.Serialization" Version="7.4.2" />
paket add Albatross.Serialization --version 7.4.2
#r "nuget: Albatross.Serialization, 7.4.2"
// Install Albatross.Serialization as a Cake Addin #addin nuget:?package=Albatross.Serialization&version=7.4.2 // Install Albatross.Serialization as a Cake Tool #tool nuget:?package=Albatross.Serialization&version=7.4.2
Albatross.Serialization
Provides additional functionalities for serialization using System.Text.Json.
Features
IJsonSettings interface to standardalize JsonSetting creation
It is not well documented but construction of
JsonSerializerOptions
is an expensive process. The options are meant to be reused and shared.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Albatross.Reflection (>= 7.4.2)
- System.Text.Json (>= 8.0.4)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Albatross.Serialization:
Package | Downloads |
---|---|
Albatross.Hosting
A library for creating .Net Web Api or Service applications with preconfigured settings |
|
Albatross.WebClient
The assembly provides extention methods and a base class to for HttpClient proxy classes |
|
Albatross.CodeGen.WebClient
This assembly contains code generator that can generate C# and TypeScript Proxies from AspNetCore controller classes |
|
Albatross.Messaging
This assembly contains messaging implementation using ZeroMQ. Currently it supports pubsub and command queue pattern. |
GitHub repositories
This package is not used by any popular GitHub repositories.