StandardSerializerLocator::GetSerializerFromNamespace Method (String^)

 

Returns a serializer that handles the specified target namespace 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^ 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

Return to top
Show: