StdAdoDelegateSerializeObject Method

Quartz.NET 3.0 API Documentation
Create a serialized byte[] version of an Object.

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

C#
protected virtual byte[] SerializeObject(
	Object obj
)

Parameters

obj
Type: SystemObject
the object to serialize

Return Value

Type: Byte
Serialized object as byte array.
See Also

Reference