WorkflowMarkupSerializationManager Class
Manages design-time serialization to and from extensible Application Markup Language (XAML) for workflows.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | WorkflowMarkupSerializationManager(IDesignerSerializationManager^) | Initializes a new instance of the WorkflowMarkupSerializationManager class by using the specified IDesignerSerializationManager. |
| Name | Description | |
|---|---|---|
![]() | Context | Gets a stack-based, user-defined storage area that is useful for communication between serializers. |
![]() | LocalAssembly | Gets or sets the assembly that is associated with the current serializer. |
![]() | SerializationManager | Gets or sets the serialization manager to use with the current serializer. |
| Name | Description | |
|---|---|---|
![]() | AddSerializationProvider(IDesignerSerializationProvider^) | Adds the specified serialization provider to the serialization manager. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSerializer(Type^, Type^) | Returns a serializer of the specified type for an object of the specified type. |
![]() | GetService(Type^) | Returns a service object of the specified type. |
![]() | GetType() | |
![]() | GetType(String^) | Returns a type of the specified name. |
![]() | GetType(XmlQualifiedName^) | Returns that type associated with the specified XML qualified name. |
![]() | GetXmlQualifiedName(Type^, String^%) | Returns the XML-qualified name associated with the specified type. |
![]() | MemberwiseClone() | |
![]() | RemoveSerializationProvider(IDesignerSerializationProvider^) | Removes a custom serialization provider from the WorkflowMarkupSerializationManager. |
![]() | ReportError(Object^) | Reports an error in serialization. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
A workflow or activity designer can use WorkflowMarkupSerializationManager to access services useful to managing design-time serialization processes. For example, WorkflowMarkupSerializationManager can be used to create objects, look up types, identify objects, and customize the serialization of particular types.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.








