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

No packages depend on Quartz.Serialization.Json.

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.1.1 0 2026/9/19
4.1.0 1 2026/9/17
4.0.1 1 2026/9/17
3.22.0 1 2026/9/17
3.21.0 1 2026/9/17
3.20.1 1 2026/9/17
3.20.0 1 2026/9/17
3.19.1 1 2026/9/17
3.19.0 1 2026/9/17
3.18.2 1 2026/9/17
3.18.1 1 2026/9/17
3.18.0 1 2026/9/17
3.17.1 1 2026/9/17
3.17.0 1 2026/9/17
3.16.1 1 2026/9/17
3.16.0 1 2026/9/17
3.15.1 1 2026/9/17
3.15.0 1 2026/9/17
3.14.0 1 2026/9/17
3.13.1 1 2026/9/17
3.13.0 1 2026/9/17
3.12.0 1 2026/9/17
3.11.0 1 2026/9/17
3.10.0 1 2026/9/17
3.9.0 1 2026/9/17
3.8.1 1 2026/9/17
3.8.0 1 2026/9/17
3.7.0 1 2026/9/17
3.6.3 1 2026/9/17
3.6.2 1 2026/9/17
3.6.1 1 2026/9/17
3.6.0 1 2026/9/17
3.5.0 1 2026/9/17
3.4.0 1 2026/9/17
3.3.3 1 2026/9/17
3.3.2 1 2026/9/17
3.3.1 1 2026/9/17
3.3.0 1 2026/9/17
3.2.4 1 2026/9/17
3.2.3 1 2026/9/17
3.2.2 1 2026/9/17
3.2.1 1 2026/9/17
3.2.0 1 2026/9/17
3.1.0 1 2026/9/17
3.0.7 2 2026/8/20
3.0.6 1 2026/9/17
3.0.5 1 2026/9/17
3.0.4 1 2026/9/17
3.0.3 1 2026/9/17
3.0.2 1 2026/9/17
3.0.1 1 2026/9/17
3.0.0 1 2026/9/17
3.0.0-beta1 1 2026/9/17
3.0.0-alpha3 1 2026/9/17
3.0.0-alpha2 1 2026/9/17
3.0.0-alpha1 1 2026/9/17