StandardSerializerLocator::GetSerializer Method (Guid)
Visual Studio 2015
Returns a serializer that handles files of the specified type, or null if an appropriate serializer could not be found.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Parameters
- fileName
Name of the file to be deserialized.
Return Value
Type: Microsoft.VisualStudio.Modeling::IDomainModelSerializer^A serializer that deserialize the model
Implements
ISerializerLocator::GetSerializer(Guid)
Show: