Quartz.Serialization.Json
3.18.2
Prefix Reserved
dotnet add package Quartz.Serialization.Json --version 3.18.2
NuGet\Install-Package Quartz.Serialization.Json -Version 3.18.2
<PackageReference Include="Quartz.Serialization.Json" Version="3.18.2" />
<PackageVersion Include="Quartz.Serialization.Json" Version="3.18.2" />
<PackageReference Include="Quartz.Serialization.Json" />
paket add Quartz.Serialization.Json --version 3.18.2
#r "nuget: Quartz.Serialization.Json, 3.18.2"
#:package Quartz.Serialization.Json@3.18.2
#addin nuget:?package=Quartz.Serialization.Json&version=3.18.2
#tool nuget:?package=Quartz.Serialization.Json&version=3.18.2
Quartz.Serialization.Json
Quartz.Serialization.Json provides JSON serialization for ADO.NET job stores using Json.NET.
Tip: For new projects consider Quartz.Serialization.SystemTextJson, which uses
System.Text.Json. JSON is the recommended persistent format; also setUseProperties = trueto keep job data map values as strings.
Installation
dotnet add package Quartz.Serialization.Json
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.UseNewtonsoftJsonSerializer();
});
Or via properties (newtonsoft is the preferred alias from Quartz 3.10 onwards):
quartz.serializer.type = newtonsoft
Documentation
📖 Full documentation, including migrating from binary serialization and customizing serialization: https://www.quartz-scheduler.net/documentation/quartz-3.x/packages/json-serialization.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 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. 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 is compatible. 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
- Newtonsoft.Json (>= 13.0.3)
- Quartz (>= 3.18.2)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 13.0.3)
- Quartz (>= 3.18.2)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 13.0.3)
- Quartz (>= 3.18.2)
NuGet packages (100)
Showing the top 5 NuGet packages that depend on Quartz.Serialization.Json:
| Package | Downloads |
|---|---|
|
SyncSoft.ECP.Quartz
An ecommerce framework for SyncSoft Inc. |
|
|
Quartz.Spi.CosmosDbJobStore
A CosmosDb job store for Quartz.NET. This library targets the Microsoft.Azure.Cosmos v3 driver. |
|
|
Zq.Utils.Core
.NET Standard2.0、.NET Standard2.1、.NET5、.NET6版本工具类 |
|
|
RapidFire.Core
Rapid Fire For WEB with .NET 6! |
|
|
Ding.Scheduler.Quartz
Ding.Scheduler.Quartz是基于.net core平台开发的应用框架中的Quartz.Net的任务调度中心类库。 |
GitHub repositories (22)
Showing the top 20 popular GitHub repositories that depend on Quartz.Serialization.Json:
| Repository | Stars |
|---|---|
|
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
|
|
|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
|
izhaorui/Zr.Admin.NET
🎉ZR.Admin.NET是一款前后端分离的、跨平台基于RBAC的通用权限管理后台。ORM采用SqlSugar。前端采用Vue、AntDesign,支持多租户、缓存、任务调度、支持统一异常处理、接口限流、支持一键生成前后端代码,支持动态国际化翻译(Vue3),等诸多黑科技,代码简洁易懂、易扩展让开发更简单、更通用。
|
|
|
zhaopeiym/quartzui
基于Quartz.NET3.0的定时任务Web可视化管理。docker打包开箱即用、内置SQLite持久化、语言无关、业务代码零污染、支持 RESTful风格接口、傻瓜式配置
|
|
|
iamoldli/NetModular
NetModular 是基于.Net Core 和 Vue.js 的业务模块化以及前后端分离的快速开发框架
|
|
|
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
|
|
|
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
|
|
|
aelassas/wexflow
Workflow Automation Engine
|
|
|
Implem/Implem.Pleasanter
Pleasanter is a no-code/low-code development platform that runs on .NET. You can quickly create business applications with simple operations.
|
|
|
yilezhu/Czar.Cms
.NET Core实战项目之CMS系列教程的源码,精简而又功能丰富的权限设计,内容管理设计让你轻松搭建一个ASP.NET Core2.2的网站系统.此项目准备用EFCore进行重构,敬请期待
|
|
|
AntonioFalcaoJr/EventualShop
A state-of-the-art distributed system using Reactive DDD as uncertainty modeling, Event Storming as subdomain decomposition, Event Sourcing as an eventual persistence mechanism, CQRS, Async Projections, Microservices for individual deployable units, Event-driven Architecture for efficient integration, and Clean Architecture as domain-centric design
|
|
|
EasyTidy/EasyTidy
EasyTidy A simple file auto-classification tool makes it easy to create automatic workflows with files. / EasyTidy 一个简单的文件自动分类整理工具 轻松创建文件的自动工作流程
|
|
|
andrewlock/asp-dot-net-core-in-action-2e
Source code examples for ASP.NET Core in Action, Second Edition
|
|
|
andrewlock/asp-dot-net-core-in-action-3e
Source code examples for ASP.NET Core in Action, Third Edition
|
|
|
lithnet/access-manager
Access Manager provides web-based access to local admin (LAPS) passwords, BitLocker recovery keys, and just-in-time administrative access to Windows computers in a modern, secure, and user-friendly way.
|
|
|
uyoufu/UZonMail
宇正群邮是一款开源的邮件群发软件,提供邮件群发、邮件营销(EDM)、邮箱采集、任意变量、AI 生成、多线程并发等功能。支持所有类型邮箱账号。原生企业级品质,支持多端用户,支持Windows、Linux、MacOS等操作系统, 支持服务器部署。已在外贸营销、教育培训、财务会计等多个行业广泛使用。 UZonMail is an open-source, enterprise‑grade bulk email and mass‑mailing platform designed for high‑volume EDM and email marketing campaigns. Widely adopted in industries such as education and finance
|
|
|
ZaqueuCavalcante/syki
Full Education Management System.
|
|
|
microsoft/Recurring-Integrations-Scheduler
Recurring Integrations Scheduler (RIS) is a solution that can be used in file-based integration scenarios for Dynamics 365 Finance and Dynamics 365 Supply Chain Management.
|
|
|
Tbeninnovation/Baiss
|
|
|
wilchn/BlazingQuartz
Blazor web UI to manage Quartz.NET scheduler jobs.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.18.2 | 11,688 | 6/27/2026 |
| 3.18.1 | 265,882 | 4/25/2026 |
| 3.18.0 | 101,426 | 4/11/2026 |
| 3.17.1 | 35,883 | 4/3/2026 |
| 3.17.0 | 48,805 | 3/29/2026 |
| 3.16.1 | 395,251 | 3/4/2026 |
| 3.16.0 | 1,742,558 | 3/1/2026 |
| 3.15.1 | 1,129,585 | 10/26/2025 |
| 3.15.0 | 849,845 | 8/3/2025 |
| 3.14.0 | 1,658,890 | 3/8/2025 |
| 3.13.1 | 5,823,986 | 11/2/2024 |
| 3.13.0 | 1,301,139 | 8/10/2024 |
| 3.12.0 | 94,450 | 8/3/2024 |
| 3.11.0 | 1,048,564 | 7/7/2024 |
| 3.10.0 | 196,359 | 6/26/2024 |
| 3.9.0 | 1,127,474 | 5/9/2024 |
| 3.8.1 | 1,564,588 | 2/17/2024 |
| 3.8.0 | 1,558,833 | 11/18/2023 |
| 3.7.0 | 1,487,660 | 8/4/2023 |
| 3.6.3 | 545,897 | 6/25/2023 |