StandardSerializerLocator Class
Standard implementation of the ISerializerLocator interface
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | StandardSerializerLocator(ExportProvider^) | Constructor |
| Name | Description | |
|---|---|---|
![]() | Provider | The composition container the domain model resolver will use to locate exports. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetSerializer(Guid) | Returns a serializer that handles files of the specified type, or null if an appropriate serializer could not be found. |
![]() | GetSerializerFromFileName(String^) | Returns a serialized that handles files of the specified type, or null if an appropriate serializer could not be found. |
![]() | GetSerializerFromNamespace(String^) | Returns a serializer that handles the specified target namespace or null if an appropriate serializer could not be found. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | GetDomainModelType(String^) | This method takes a target namespace string and return the corresponding domain model type(Defined by ISerializerLocatorExtensions.) |
![]() | GetSerializer(Type^) | Returns a serializer that handles the specified type of domain model, or null if an appropriate serializer could not be found.(Defined by ISerializerLocatorExtensions.) |
Uses MEF to locate and return domain model serializers
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


