ISerializerLocatorExtensions Class

 

Provides convenience methods to extend the standard ISerializerLocator interface

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

System::Object
  Microsoft.VisualStudio.Modeling::ISerializerLocatorExtensions

[ExtensionAttribute]
public ref class ISerializerLocatorExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetDomainModelType(ISerializerLocator^, String^)

This method takes a target namespace string and return the corresponding domain model type

System_CAPS_pubmethodSystem_CAPS_staticGetSerializer(ISerializerLocator^, Type^)

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

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: