Share via


StandardSerializerLocator.GetSerializer(Guid) Method

Definition

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

Implements

Applies to