DomainPropertyXmlSerializer Class
Visual Studio 2015
The base class for all custom domain property serializers
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System::Object
Microsoft.VisualStudio.Modeling::DomainPropertyXmlSerializer
Microsoft.VisualStudio.Modeling.Integration::ModelBusReferencePropertySerializer
Microsoft.VisualStudio.Modeling::DomainPropertyXmlSerializer
Microsoft.VisualStudio.Modeling.Integration::ModelBusReferencePropertySerializer
| Name | Description | |
|---|---|---|
![]() | DomainPropertyXmlSerializer() |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetString<T>(SerializationContext^, T) | Converts the supplied object to a string format. |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue<T>(SerializationContext^, String^) | Converts the supplied string representation to an object instance. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The assumption is that the standard DSL XML serializer will serialized each property to and from a single string. Domain property serializers should be stateless.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

