Namespace:Microsoft.VisualStudio.Modeling.DslDefinition Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public NotInheritable Class DslDefinitionModelSerializationHelper _
Inherits DslDefinitionModelSerializationHelperBase
public sealed class DslDefinitionModelSerializationHelper : DslDefinitionModelSerializationHelperBase
public ref class DslDefinitionModelSerializationHelper sealed : public DslDefinitionModelSerializationHelperBase
[<Sealed>]
type DslDefinitionModelSerializationHelper =
class
inherit DslDefinitionModelSerializationHelperBase
end
public final class DslDefinitionModelSerializationHelper extends DslDefinitionModelSerializationHelperBase
The DslDefinitionModelSerializationHelper type exposes the following members.
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 DslDefinitionModelSerializationHelperBase.)
Loads a DslLibrary instance into the default partition of the given store, and ignore serialization result. (Inherited from DslDefinitionModelSerializationHelperBase.)
Loads a DslLibrary instance and its associated diagram file into the default partition of the given store, and ignore serialization result. (Inherited from DslDefinitionModelSerializationHelperBase.)
Loads a DslLibrary instance and its associated diagram file into the default partition of the given store. (Inherited from DslDefinitionModelSerializationHelperBase.)
Saves the given model root to the given file, with default encoding (UTF-8), and optional properties with default value will not be written out. (Inherited from DslDefinitionModelSerializationHelperBase.)
This is very similar to the standard (generated) version check, but differs in checking the major and minor version numbers independently and treating mismatches differently
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.