NodaTime.Serialization.SystemTextJson
1.2.0
Prefix Reserved
dotnet add package NodaTime.Serialization.SystemTextJson --version 1.2.0
NuGet\Install-Package NodaTime.Serialization.SystemTextJson -Version 1.2.0
<PackageReference Include="NodaTime.Serialization.SystemTextJson" Version="1.2.0" />
paket add NodaTime.Serialization.SystemTextJson --version 1.2.0
#r "nuget: NodaTime.Serialization.SystemTextJson, 1.2.0"
// Install NodaTime.Serialization.SystemTextJson as a Cake Addin #addin nuget:?package=NodaTime.Serialization.SystemTextJson&version=1.2.0 // Install NodaTime.Serialization.SystemTextJson as a Cake Tool #tool nuget:?package=NodaTime.Serialization.SystemTextJson&version=1.2.0
NodaTime serialization
XML serialization is built into Noda Time itself, but other serialization mechanisms are expected to simply use the public API. (Noda Time 1.x and 2.x also support .NET binary serialization natively.)
Separating the code into a "core" in the nodatime repository and serialization code in a separate repository makes it simpler to implement independent release cycles.
All Noda Time serialization packages (as published by the Noda Time authors) start with a prefix "NodaTime.Serialization":
- NodaTime.Serialization.JsonNet (JSON serialization using Newtonsoft.Json)
- NodaTime.Serialization.SystemTextJson (JSON serialization using System.Text.Json)
- NodaTime.Serialization.Protobuf (Protocol Buffer serialization using Google.Protobuf)
The source code for all these packages is at https://github.org/nodatime/nodatime.serialization; issues should be filed in that GitHub repository.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. 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. |
-
.NETStandard 2.0
- NodaTime (>= 3.0.0 && < 4.0.0)
- System.Text.Json (>= 6.0.0)
-
net6.0
- NodaTime (>= 3.0.0 && < 4.0.0)
NuGet packages (29)
Showing the top 5 NuGet packages that depend on NodaTime.Serialization.SystemTextJson:
Package | Downloads |
---|---|
Elsa.Server.Api
Elsa is a set of workflow libraries and tools that enable lean and mean workflowing capabilities in any .NET Core application. This package provides API endpoints to interact with the workflow host. |
|
MicroElements.Swashbuckle.NodaTime
Configure Asp.Net Core and swagger to use NodaTime types. # Benefits of MicroElements.Swashbuckle.NodaTime - Supports Swashbuckle 5, net core 3 and brand new System.Text.Json - Implemented in c#, no FSharp.Core lib in dependencies - NamingStrategy support. You can use DefaultNamingStrategy, CamelCaseNamingStrategy or SnakeCaseNamingStrategy - Supports DateInterval - Can be generated with user provided examples or without examples |
|
Marten.NodaTime
NodaTime extension for Marten |
|
Ark.Tools.Nodatime.SystemTextJson
Support for System.Text.Json for extended Nodatime types |
|
Elvia.Edna.Events
Package Description |
GitHub repositories (7)
Showing the top 5 popular GitHub repositories that depend on NodaTime.Serialization.SystemTextJson:
Repository | Stars |
---|---|
JasperFx/marten
.NET Transactional Document DB and Event Store on PostgreSQL
|
|
Squidex/squidex
Headless CMS and Content Managment Hub
|
|
notifo-io/notifo
Multi channel notification service for collaboration tools, e-commerce, news service and more.
|
|
Eventuous/eventuous
Event Sourcing library for .NET
|
|
ikyriak/IdempotentAPI
A .NET library that handles the HTTP write operations (POST and PATCH) that can affect only once for the given request data and idempotency-key by using an ASP.NET Core attribute (filter).
|
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 1,281,622 | 3/18/2024 |
1.1.2 | 1,753,994 | 8/26/2023 |
1.1.1 | 233 | 8/26/2023 |
1.1.0 | 39,363 | 8/19/2023 |
1.0.0 | 7,638,966 | 7/5/2020 |
1.0.0-beta02 | 35,315 | 4/26/2020 |
1.0.0-beta01 | 177,355 | 11/2/2019 |