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
Syntaxpublic static class ParametersSerializer
Methods
Deserialize(string, Type)
Provides access to Workflow Engine .NET Persistence Process Parameters serialization mechanism
Declarationpublic static object Deserialize(string serializedValue, Type parameterType)
Type | Name | Description |
---|---|---|
string | serializedValue | Serialized value |
Type | parameterType | Parameter type |
Type | Description |
---|---|
object | Deserialized object |
Deserialize<T>(string)
Provides access to Workflow Engine .NET Persistence Process Parameters serialization mechanism
Declarationpublic static T Deserialize<T>(string serializedValue)
Type | Name | Description |
---|---|---|
string | serializedValue | Serialized value |
Type | Description |
---|---|
{T} | Deserialized object |
Serialize(object, Type)
Provides access to Workflow Engine .NET Persistence Process Parameters deserialization mechanism
Declarationpublic static string Serialize(object value, Type parameterType)
Type | Name | Description |
---|---|---|
object | value | Parameter value |
Type | parameterType | Parameter type |
Type | Description |
---|---|
string | Serialized string |
Serialize(object)
Provides access to Workflow Engine .NET Persistence Process Parameters deserialization mechanism
Declarationpublic static string Serialize(object value)
Type | Name | Description |
---|---|---|
object | value | Parameter value |
Type | Description |
---|---|
string | Serialized string |
Fields
Settings
Serializer setting for JSON serializer
Declarationpublic static JsonSerializerSettings Settings
Type | Description |
---|---|
JsonSerializerSettings |