Share via


DomainClassXmlSerializer Members

Include Protected Members
Include Inherited Members

Represents the base class for all generated domain serializers.

The DomainClassXmlSerializer type exposes the following members.

Constructors

 

Name

Description

Public method

DomainClassXmlSerializer

Initializes a new instance of the DomainClassXmlSerializer class.

Top

Methods

 

Name

Description

Public method

CalculateQualifiedName

Calculates a reference to a handled model element instance.

Protected method

CreateInstance

Creates a model element instance.

Protected method

CreateMonikerInstance

Creates a moniker instance.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetMonikerQualifier

Calculates the Qualifier for the moniker.

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

Read

Deserializes a given model element instance from XML.

Public method

ReadRootElement

Deserializes the root model element from XML.

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Public method

TryCreateInstance

Checks if the given XmlReader is pointing to a serialized model element instance that this serializer can handle.

Public method

TryCreateMonikerInstance

Checks if the given XmlReader is pointing to a monikerized instance of a model element that this serializer can handle.

Public method

Write

Overloaded. Serializes the model element instance associated with this serializer instance into XML.

Public method

WriteMoniker

Serializes from a moniker the model element instance associated with this serializer instance into XML.

Public method

WriteRootElement

Serializes the root model element instance associated with this serializer instance into XML.

Top

Properties

 

Name

Description

Public property

MonikerAttributeName

Gets the XML attribute name that contains the moniker string.

Public property

MonikerTagName

Gets the XML tag name.

Public property

XmlTagName

Gets the XML tag name that will be used in serialization.

Top

See Also

Reference

DomainClassXmlSerializer Class

Microsoft.VisualStudio.Modeling Namespace