Skip to main content

Class ParametersSerializer

Inheritance

↳ object

    ParametersSerializer

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Runtime

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public static class ParametersSerializer

Methods

Deserialize(string, Type)

Provides access to Workflow Engine .NET Persistence Process Parameters serialization mechanism

Declaration
public static object Deserialize(string serializedValue, Type parameterType)
Parameters
TypeNameDescription
stringserializedValueSerialized value
TypeparameterTypeParameter type
Returns
TypeDescription
objectDeserialized object

Deserialize<T>(string)

Provides access to Workflow Engine .NET Persistence Process Parameters serialization mechanism

Declaration
public static T Deserialize<T>(string serializedValue)
Parameters
TypeNameDescription
stringserializedValueSerialized value
Returns
TypeDescription
{T}Deserialized object

Serialize(object, Type)

Provides access to Workflow Engine .NET Persistence Process Parameters deserialization mechanism

Declaration
public static string Serialize(object value, Type parameterType)
Parameters
TypeNameDescription
objectvalueParameter value
TypeparameterTypeParameter type
Returns
TypeDescription
stringSerialized string

Serialize(object)

Provides access to Workflow Engine .NET Persistence Process Parameters deserialization mechanism

Declaration
public static string Serialize(object value)
Parameters
TypeNameDescription
objectvalueParameter value
Returns
TypeDescription
stringSerialized string

Fields

Settings

Serializer setting for JSON serializer

Declaration
public static JsonSerializerSettings Settings
Returns
TypeDescription
JsonSerializerSettings