CoreDesignSurfaceSerializationHelperBase 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 CoreDesignSurfaceSerializationHelperBase abstract
public abstract class CoreDesignSurfaceSerializationHelperBase
type CoreDesignSurfaceSerializationHelperBase = class
Public MustInherit Class CoreDesignSurfaceSerializationHelperBase
- Inheritance
-
CoreDesignSurfaceSerializationHelperBase
- Derived
Constructors
CoreDesignSurfaceSerializationHelperBase() |
Constructor |
Methods
GetDirectory(Store) |
Return the directory of serializers to use |
GetMonikerResolvers(Store) |
This method returns the moniker resolvers for each of the domain models in the store |
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. |
InitializeSerializationContext(Partition, SerializationContext, Boolean) | |
ReadExtensions(SerializationContext, ModelElement, XmlReader) |
Read any extension data written inside this XML element |
WriteExtensions(SerializationContext, ModelElement, XmlWriter) |
Write extension element data inside the current XML element |