CoreDesignSurfaceSerializationHelper Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper class for serializing and deserializing CoreDesignSurface models.
public ref class CoreDesignSurfaceSerializationHelper sealed : Microsoft::VisualStudio::Modeling::Diagrams::CoreDesignSurfaceSerializationHelperBase
public sealed class CoreDesignSurfaceSerializationHelper : Microsoft.VisualStudio.Modeling.Diagrams.CoreDesignSurfaceSerializationHelperBase
type CoreDesignSurfaceSerializationHelper = class
inherit CoreDesignSurfaceSerializationHelperBase
Public NotInheritable Class CoreDesignSurfaceSerializationHelper
Inherits CoreDesignSurfaceSerializationHelperBase
- Inheritance
Properties
Instance |
Singleton instance. |
Methods
GetDirectory(Store) |
Return the directory of serializers to use (Inherited from CoreDesignSurfaceSerializationHelperBase) |
GetMonikerResolvers(Store) |
This method returns the moniker resolvers for each of the domain models in the store (Inherited from CoreDesignSurfaceSerializationHelperBase) |
InitializeSerialization(Store) |
Ensure that moniker resolvers and domain element serializers are installed properly on the given store, so that deserialization can be carried out correctly. (Inherited from CoreDesignSurfaceSerializationHelperBase) |
InitializeSerializationContext(Partition, SerializationContext, Boolean) | (Inherited from CoreDesignSurfaceSerializationHelperBase) |
ReadExtensions(SerializationContext, ModelElement, XmlReader) |
Read any extension data written inside this XML element (Inherited from CoreDesignSurfaceSerializationHelperBase) |
WriteExtensions(SerializationContext, ModelElement, XmlWriter) |
Write extension element data inside the current XML element (Inherited from CoreDesignSurfaceSerializationHelperBase) |