Quartz.Serialization.Json 3.21.0

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 set UseProperties = true to 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
Quartz.Extensions.DependencyInjection
Extension methods to integrate Quartz scheduler and the jobs with the generic host in net core.
120

https://github.com/quartznet/quartznet/releases

.NET Framework 4.6.2

.NET Framework 4.7.2

.NET Standard 2.0

Version Downloads Last updated
4.0.1 2 09/09/2026
3.21.0 2 09/10/2026
3.20.1 8 09/04/2026
3.20.0 12 08/29/2026
3.19.1 18 07/26/2026
3.19.0 15 07/25/2026
3.18.2 21 06/28/2026
3.18.1 41 04/25/2026
3.18.0 35 04/11/2026
3.17.1 35 04/03/2026
3.17.0 37 03/31/2026
3.16.1 41 03/05/2026
3.16.0 42 03/05/2026
3.15.1 68 10/28/2025
3.15.0 101 08/05/2025
3.14.0 127 03/31/2025
3.13.1 120 04/01/2025
3.13.0 114 04/01/2025
3.12.0 122 04/01/2025
3.11.0 97 04/01/2025
3.10.0 124 04/01/2025
3.9.0 117 04/01/2025
3.8.1 123 04/01/2025
3.8.0 132 04/01/2025
3.7.0 121 04/01/2025
3.6.3 124 04/01/2025
3.6.2 109 04/01/2025
3.6.1 122 04/01/2025
3.6.0 132 04/01/2025
3.5.0 115 04/01/2025
3.4.0 119 04/01/2025
3.3.3 107 04/01/2025
3.3.2 129 04/01/2025
3.3.1 96 04/01/2025
3.3.0 106 04/01/2025
3.2.4 132 04/01/2025
3.2.3 126 04/01/2025
3.2.2 104 04/01/2025
3.2.1 99 04/01/2025
3.2.0 119 04/01/2025
3.1.0 107 04/01/2025
3.0.7 118 04/01/2025
3.0.6 117 04/01/2025
3.0.5 109 04/01/2025
3.0.4 126 04/01/2025
3.0.3 117 04/01/2025
3.0.2 106 04/01/2025
3.0.1 120 04/01/2025
3.0.0 105 04/01/2025
3.0.0-beta1 133 04/01/2025
3.0.0-alpha3 107 04/01/2025
3.0.0-alpha2 103 04/01/2025
3.0.0-alpha1 117 04/01/2025