StandardSerializerLocator::GetSerializerFromNamespace Method (String^)
Visual Studio 2015
Returns a serializer that handles the specified target namespace 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)
public: virtual IDomainModelSerializer^ GetSerializerFromNamespace( String^ targetNamespace ) sealed
Parameters
- targetNamespace
-
Type:
System::String^
Target namespace to resolve
Return Value
Type: Microsoft.VisualStudio.Modeling::IDomainModelSerializer^A serializer that can serialize the model
Show: