Table of Contents

Namespace Quartz.Serialization.SystemTextJson.Triggers

Classes

CalendarIntervalTriggerSerializer

How a ICalendarIntervalTrigger is written to and read from the store's JSON.

CronTriggerSerializer

How a ICronTrigger is written to and read from the store's JSON.

DailyTimeIntervalTriggerSerializer

How a IDailyTimeIntervalTrigger is written to and read from the store's JSON.

RecurrenceTriggerSerializer

How a IRecurrenceTrigger is written to and read from the store's JSON.

SimpleTriggerSerializer

How a ISimpleTrigger is written to and read from the store's JSON.

TriggerSerializer<TTrigger>

Base class for a custom trigger type's JSON serializer.

Interfaces

ITriggerSerializer

How one trigger type is written to and read from the store's JSON.