NodaTime.Serialization.SystemTextJson 1.3.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.com/nodatime/nodatime.serialization issues should be filed in that GitHub repository.
Showing the top 20 packages that depend on NodaTime.Serialization.SystemTextJson.
Packages | 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.
|
9 |
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.
|
10 |
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.
|
11 |
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.
|
12 |
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.
|
15 |
.NET 6.0
- NodaTime (>= 3.0.0 && < 4.0.0)
.NET Standard 2.0
- NodaTime (>= 3.0.0 && < 4.0.0)
- System.Text.Json (>= 8.0.5)
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 4 | 01/26/2025 |
1.2.0 | 11 | 05/29/2024 |
1.1.2 | 10 | 05/29/2024 |
1.1.1 | 10 | 05/29/2024 |
1.1.0 | 10 | 05/29/2024 |
1.0.0 | 15 | 07/12/2022 |
1.0.0-beta02 | 8 | 05/29/2024 |
1.0.0-beta01 | 9 | 05/29/2024 |