IObjectSerializer Interface

Quartz.NET 3.0 API Documentation
Interface for object serializers.

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

C#
public interface IObjectSerializer

The IObjectSerializer type exposes the following members.

Methods

  NameDescription
Public methodDeSerializeT
Deserializes object from byte array presentation.
Public methodInitialize
Public methodSerializeT
Serializes given object as bytes that can be stored to permanent stores.
Top
See Also

Reference