StandardSerializerLocator.GetSerializerFromNamespace(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a serializer that handles the specified target namespace or null if an appropriate serializer could not be found.
public:
virtual Microsoft::VisualStudio::Modeling::IDomainModelSerializer ^ GetSerializerFromNamespace(System::String ^ targetNamespace);
public Microsoft.VisualStudio.Modeling.IDomainModelSerializer GetSerializerFromNamespace (string targetNamespace);
abstract member GetSerializerFromNamespace : string -> Microsoft.VisualStudio.Modeling.IDomainModelSerializer
override this.GetSerializerFromNamespace : string -> Microsoft.VisualStudio.Modeling.IDomainModelSerializer
Public Function GetSerializerFromNamespace (targetNamespace As String) As IDomainModelSerializer
Parameters
- targetNamespace
- String
Target namespace to resolve
Returns
A serializer that can serialize the model