StdAdoDelegateSerializeJobData Method

Quartz.NET 3.0 API Documentation
Remove the transient data from and then create a serialized MemoryStream version of a JobDataMap and returns the underlying bytes.

Namespace:  Quartz.Impl.AdoJobStore
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public virtual byte[] SerializeJobData(
	JobDataMap data
)

Parameters

data
Type: QuartzJobDataMap
The data.

Return Value

Type: Byte
the serialized data as byte array
See Also

Reference