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 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.
15

.NET Framework 4.6.2

.NET Framework 4.7.2

.NET Standard 2.0

Version Downloads Last updated
3.19.1 0 26.07.2026
3.19.0 0 24.07.2026
3.18.2 1 02.07.2026
3.18.1 9 27.04.2026
3.18.0 7 19.04.2026
3.17.1 7 09.04.2026
3.17.0 7 31.03.2026
3.16.1 8 15.03.2026
3.16.0 8 02.03.2026
3.15.1 6 06.11.2025
3.15.0 7 15.09.2025
3.14.0 12 14.03.2025
3.13.1 13 14.03.2025
3.13.0 11 14.03.2025
3.12.0 12 14.03.2025
3.11.0 12 14.03.2025
3.10.0 12 14.03.2025
3.9.0 14 14.03.2025
3.8.1 15 14.03.2025
3.8.0 15 14.03.2025
3.7.0 15 14.03.2025
3.6.3 16 14.03.2025
3.6.2 15 14.03.2025
3.6.1 15 14.03.2025
3.6.0 15 14.03.2025
3.5.0 15 14.03.2025
3.4.0 15 14.03.2025
3.3.3 16 14.03.2025
3.3.2 17 14.03.2025
3.3.1 16 14.03.2025
3.3.0 16 14.03.2025
3.2.4 15 14.03.2025
3.2.3 13 14.03.2025
3.2.2 16 14.03.2025
3.2.1 15 14.03.2025
3.2.0 15 14.03.2025
3.1.0 14 14.03.2025
3.0.7 14 14.03.2025
3.0.6 15 14.03.2025
3.0.5 15 14.03.2025
3.0.4 15 14.03.2025
3.0.3 16 14.03.2025
3.0.2 15 14.03.2025
3.0.1 15 14.03.2025
3.0.0 16 14.03.2025
3.0.0-beta1 13 14.03.2025
3.0.0-alpha3 11 14.03.2025
3.0.0-alpha2 10 14.03.2025
3.0.0-alpha1 12 14.03.2025