Quartz.Serialization.SystemTextJson
3.18.2
Prefix Reserved
dotnet add package Quartz.Serialization.SystemTextJson --version 3.18.2
NuGet\Install-Package Quartz.Serialization.SystemTextJson -Version 3.18.2
<PackageReference Include="Quartz.Serialization.SystemTextJson" Version="3.18.2" />
<PackageVersion Include="Quartz.Serialization.SystemTextJson" Version="3.18.2" />
<PackageReference Include="Quartz.Serialization.SystemTextJson" />
paket add Quartz.Serialization.SystemTextJson --version 3.18.2
#r "nuget: Quartz.Serialization.SystemTextJson, 3.18.2"
#:package Quartz.Serialization.SystemTextJson@3.18.2
#addin nuget:?package=Quartz.Serialization.SystemTextJson&version=3.18.2
#tool nuget:?package=Quartz.Serialization.SystemTextJson&version=3.18.2
Quartz.Serialization.SystemTextJson
Quartz.Serialization.SystemTextJson provides JSON serialization for ADO.NET job stores using System.Text.Json.
Tip: JSON is the recommended persistent format for new projects. Also set
UseProperties = trueto keep job data map values as strings.
Installation
dotnet add package Quartz.Serialization.SystemTextJson
Usage
Using the scheduler builder:
var config = SchedulerBuilder.Create();
config.UsePersistentStore(store =>
{
store.UseProperties = true;
store.UseGenericDatabase(dbProvider, db => db.ConnectionString = "my connection string");
store.UseSystemTextJsonSerializer();
});
Or via properties:
quartz.serializer.type = stj
Documentation
📖 Full documentation, including migrating from binary serialization and customizing serialization: https://www.quartz-scheduler.net/documentation/quartz-3.x/packages/system-text-json.html
| 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 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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 is compatible. 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. |
-
.NETFramework 4.6.2
- Quartz (>= 3.18.2)
- System.Text.Json (>= 8.0.5)
-
.NETStandard 2.0
- Quartz (>= 3.18.2)
- System.Text.Json (>= 8.0.5)
-
net8.0
- Quartz (>= 3.18.2)
NuGet packages (17)
Showing the top 5 NuGet packages that depend on Quartz.Serialization.SystemTextJson:
| Package | Downloads |
|---|---|
|
CucurbIT.Infrastructure.Jobs
Package Description |
|
|
Reddoxx.Quartz.MongoDbJobStore
MongoDb job-store implementation for the quartz-scheduler |
|
|
Excalibur.Jobs
Consolidated Excalibur job scheduling and orchestration framework. Includes abstractions, core implementations, coordination, workflows, and Quartz integration. |
|
|
Excalibur.Hosting.Jobs
Job hosting infrastructure for Excalibur applications with .NET Worker Service and Web hosting support. |
|
|
Quartz.Dashboard
Quartz.NET Blazor Server Dashboard; Quartz Scheduling Framework for .NET |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Quartz.Serialization.SystemTextJson:
| Repository | Stars |
|---|---|
|
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。全面拥抱AI。敏感肌也能用。
|
|
|
Reaparr/Reaparr
Plex downloader that brings content from any server to yours!
|
|
|
Altinn/altinn-studio
Next generation open source Altinn platform and applications.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.18.2 | 1,939 | 6/27/2026 |
| 3.18.1 | 244,306 | 4/25/2026 |
| 3.18.0 | 58,262 | 4/11/2026 |
| 3.17.1 | 31,355 | 4/3/2026 |
| 3.17.0 | 45,152 | 3/29/2026 |
| 3.16.1 | 104,640 | 3/4/2026 |
| 3.16.0 | 14,886 | 3/1/2026 |
| 3.15.1 | 611,763 | 10/26/2025 |
| 3.15.0 | 413,602 | 8/3/2025 |
| 3.14.0 | 727,208 | 3/8/2025 |
| 3.13.1 | 535,155 | 11/2/2024 |
| 3.13.0 | 235,904 | 8/10/2024 |
| 3.12.0 | 6,107 | 8/3/2024 |
| 3.11.0 | 48,870 | 7/7/2024 |
| 3.10.0 | 15,527 | 6/26/2024 |