StandardSerializerLocator::GetSerializer Method (Guid)

 

Returns a serializer that handles files of the specified type, or null if an appropriate serializer could not be found.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
virtual IDomainModelSerializer^ GetSerializer(
	Guid domainModelId
) sealed

Parameters

fileName

Name of the file to be deserialized.

Return Value

Type: Microsoft.VisualStudio.Modeling::IDomainModelSerializer^

A serializer that deserialize the model

Return to top
Show: