Workflow Engine .NET

Assembly: OptimaJet.Workflow.Core

Class ParametersSerializer

OptimaJet.Workflow.Core.Runtime.ParametersSerializer

public static class ParametersSerializer

Inheritance

  • System.Object

Methods

public static object Deserialize(string serializedValue, Type parameterType) #
Provides access to Workflow Engine .NET Persistence Process Parameters serialization mechanism

Parameters

Name
Type
Description
serializedValue
String
Serialized value
parameterType
Type
Parameter type

Returns

Type
Description
Object
Deserialized object
public static T Deserialize<T>(string serializedValue) #
Provides access to Workflow Engine .NET Persistence Process Parameters serialization mechanism

Parameters

Name
Type
Description
serializedValue
String
Serialized value

Returns

Type
Description
{T}
Deserialized object
public static string Serialize(object value, Type parameterType) #
Provides access to Workflow Engine .NET Persistence Process Parameters deserialization mechanism

Parameters

Name
Type
Description
value
Object
Parameter value
parameterType
Type
Parameter type

Returns

Type
Description
String
Serialized string
public static string Serialize(object value) #
Provides access to Workflow Engine .NET Persistence Process Parameters deserialization mechanism

Parameters

Name
Type
Description
value
Object
Parameter value

Returns

Type
Description
String
Serialized string

Fields

public static JsonSerializerSettings Settings #
Serializer setting for JSON serializer