Quartz.Serialization.Json 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
Showing the top 20 packages that depend on Quartz.Serialization.Json.
| Packages | Downloads |
|---|---|
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
|
31 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
|
26 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
|
25 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
|
24 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
|
23 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
|
23 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
|
22 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
|
22 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
|
21 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit provides a developer-focused, modern platform for creating distributed applications without complexity.
|
20 |
|
MassTransit.Quartz
MassTransit Quartz.NET scheduler support; MassTransit is a message-based distributed application framework for .NET http://masstransit-project.com
|
20 |
.NET Framework 4.6.2
- Quartz (>= 3.18.2)
- Newtonsoft.Json (>= 13.0.3)
.NET Framework 4.7.2
- Quartz (>= 3.18.2)
- Newtonsoft.Json (>= 13.0.3)
.NET Standard 2.0
- Quartz (>= 3.18.2)
- Newtonsoft.Json (>= 13.0.3)
| Version | Downloads | Last updated |
|---|---|---|
| 3.18.2 | 3 | 06/29/2026 |
| 3.18.1 | 14 | 04/26/2026 |
| 3.18.0 | 11 | 04/12/2026 |
| 3.17.1 | 17 | 04/03/2026 |
| 3.17.0 | 18 | 03/31/2026 |
| 3.16.1 | 23 | 03/05/2026 |
| 3.16.0 | 16 | 03/02/2026 |
| 3.15.1 | 20 | 12/12/2025 |
| 3.15.0 | 17 | 12/12/2025 |
| 3.14.0 | 16 | 12/12/2025 |
| 3.13.1 | 18 | 01/13/2026 |
| 3.13.0 | 15 | 12/15/2025 |
| 3.12.0 | 18 | 12/15/2025 |
| 3.11.0 | 15 | 12/12/2025 |
| 3.10.0 | 14 | 12/12/2025 |
| 3.9.0 | 20 | 12/12/2025 |
| 3.8.1 | 14 | 12/12/2025 |
| 3.8.0 | 23 | 12/10/2025 |
| 3.7.0 | 14 | 12/12/2025 |
| 3.6.3 | 15 | 12/14/2025 |
| 3.6.2 | 14 | 12/12/2025 |
| 3.6.1 | 16 | 12/15/2025 |
| 3.6.0 | 15 | 12/12/2025 |
| 3.5.0 | 19 | 12/12/2025 |
| 3.4.0 | 18 | 12/12/2025 |
| 3.3.3 | 21 | 12/12/2025 |
| 3.3.2 | 22 | 12/12/2025 |
| 3.3.1 | 24 | 12/12/2025 |
| 3.3.0 | 20 | 12/12/2025 |
| 3.2.4 | 15 | 12/09/2025 |
| 3.2.3 | 19 | 12/12/2025 |
| 3.2.2 | 22 | 12/12/2025 |
| 3.2.1 | 13 | 12/12/2025 |
| 3.2.0 | 25 | 12/15/2025 |
| 3.1.0 | 21 | 12/12/2025 |
| 3.0.7 | 17 | 12/12/2025 |
| 3.0.6 | 17 | 12/12/2025 |
| 3.0.5 | 15 | 12/15/2025 |
| 3.0.4 | 23 | 12/12/2025 |
| 3.0.3 | 17 | 12/12/2025 |
| 3.0.2 | 15 | 12/15/2025 |
| 3.0.1 | 23 | 12/12/2025 |
| 3.0.0 | 20 | 12/15/2025 |
| 3.0.0-beta1 | 20 | 12/12/2025 |
| 3.0.0-alpha3 | 22 | 12/13/2025 |
| 3.0.0-alpha2 | 20 | 12/14/2025 |
| 3.0.0-alpha1 | 20 | 12/14/2025 |