Click or drag to resize
weroSoft AG, Software
WorkflowSerializationHelper Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides methods for handling the serialization of workflow processing information.
Inheritance Hierarchy
SystemObject
  WeroSoft.Workflow.SerializationWorkflowSerializationHelper

Namespace:  WeroSoft.Workflow.Serialization
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class WorkflowSerializationHelper

The WorkflowSerializationHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDecryptContent
Gets or sets a method to decrypt the workflow information.
Public propertyStatic memberEncryptContent
Gets or sets a method used to encrypt the workflow information.
Top
Methods
  NameDescription
Public methodStatic memberCreateBase64FromObject
Creates a base 64 encoded string from a data object.
Public methodStatic memberCreateWorkflowProcessingInfo
Creates an empty workflow processing information.
Public methodStatic memberGetRequiredAssemblies
Gets the required assemblies.
Public methodStatic memberLoad
Loads a file and unwraps the processing workflow information from the data.
Public methodStatic memberRestoreObjectFromBase64T
Restores an object from a base 64 encoded string.
Public methodStatic memberSave
Saves a workflow processing information to a file.
Public methodStatic memberUnwrapHeap
Restores the workflow heap from the workflow serialization info.
Public methodStatic memberUnwrapJournal
Restores the workflow journal from the workflow serialization info.
Public methodStatic memberUnwrapRestorePoints
Restores the workflow restore points from the workflow serialization info.
Public methodStatic memberUnwrapStacks
Restores the workflow stacks from the workflow serialization info.
Public methodStatic memberUnwrapStatistics
Restores the workflow statistics data from the workflow serialization info.
Public methodStatic memberUnwrapTags
Restores the workflow tag collection from the workflow serialization info.
Public methodStatic memberUnwrapWorkflowFromString
Unwraps a workflow serialization info from a workflow string.
Public methodStatic memberWrapToString(IHeap, String)
Wraps a heap to a string.
Public methodStatic memberWrapToString(ListWorkflowRestorePoint, String)
Wraps the restore points to a string.
Public methodStatic memberWrapToString(ListIStack, String)
Wraps the process stacks to a string.
Public methodStatic memberWrapToString(WorkflowJournal, String)
Wraps a journal to a string.
Public methodStatic memberWrapToString(WorkflowStatistics, String)
Wraps the workflow statistics to a string.
Public methodStatic memberWrapToString(WorkflowTagCollection, String)
Wraps a tag collection to a string.
Public methodStatic memberWrapWorkflowProcessingInfoToString
Wraps a workflow processing into a string transportable as a string.
Top
Fields
  NameDescription
Public fieldStatic memberCurrentSerializationVersion
Gets the current serialization version.
Top
See Also