StandardSerializerLocator.GetSerializer(Guid) Method
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.
Returns a serializer that handles files of the specified type, or null if an appropriate serializer could not be found.
public:
virtual Microsoft::VisualStudio::Modeling::IDomainModelSerializer ^ GetSerializer(Guid domainModelId);
public Microsoft.VisualStudio.Modeling.IDomainModelSerializer GetSerializer (Guid domainModelId);
abstract member GetSerializer : Guid -> Microsoft.VisualStudio.Modeling.IDomainModelSerializer
override this.GetSerializer : Guid -> Microsoft.VisualStudio.Modeling.IDomainModelSerializer
Public Function GetSerializer (domainModelId As Guid) As IDomainModelSerializer
Parameters
- domainModelId
- Guid
Returns
A serializer that deserialize the model