Inheritance
System.Object
JobHandlerTypeSerializer
Namespace:InfinniPlatform.Scheduler
Assembly:InfinniPlatform.Scheduler.Quartz.dll
public class JobHandlerTypeSerializer : object, IJobHandlerTypeSerializer
Constructors
|
Improve this Doc
View Source
Declaration
public JobHandlerTypeSerializer(IContainerResolver resolver)
Parameters
Methods
|
Improve this Doc
View Source
Declaration
public bool CanSerialize(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
Implements
|
Improve this Doc
View Source
Declaration
public IJobHandler Deserialize(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Implements
|
Improve this Doc
View Source
Declaration
public string Serialize(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.String |
|
Implements
Extension Methods