Class JsonBackgroundJobSerializer
Inheritance
object
JsonBackgroundJobSerializer
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BackgroundJobs
Assembly: Volo.Abp.BackgroundJobs.dll
Syntax
public class JsonBackgroundJobSerializer : IBackgroundJobSerializer, ITransientDependency
Constructors
JsonBackgroundJobSerializer(IJsonSerializer)
Declaration
public JsonBackgroundJobSerializer(IJsonSerializer jsonSerializer)
Parameters
| Type | Name | Description |
|---|---|---|
| IJsonSerializer | jsonSerializer |
Methods
Deserialize(string, Type)
Declaration
public object Deserialize(string value, Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value | |
| System.Type | type |
Returns
| Type | Description |
|---|---|
| object |
Deserialize<T>(string)
Declaration
public T Deserialize<T>(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | value |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
Serialize(object)
Declaration
public string Serialize(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj |
Returns
| Type | Description |
|---|---|
| string |