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 |
|---|---|---|
| System.String | value | |
| Type | type |
Returns
| Type | Description |
|---|---|
| System.Object |
Serialize(Object)
Declaration
string Serialize(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.String |