Interface IBackgroundJobSerializer
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.dll
Syntax
public interface IBackgroundJobSerializer
Methods
Deserialize(string, Type)
Declaration
object Deserialize(string value, Type type)
Parameters
Type | Name | Description |
---|---|---|
string | value | |
Type | type |
Returns
Type | Description |
---|---|
object |
Serialize(object)
Declaration
string Serialize(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Returns
Type | Description |
---|---|
string |