ISerializerLocator Interface

 

This interface provides a way to locate serializers for a domain model.

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

public interface class ISerializerLocator

NameDescription
System_CAPS_pubmethodGetSerializer(Guid)

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

System_CAPS_pubmethodGetSerializerFromFileName(String^)

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

System_CAPS_pubmethodGetSerializerFromNamespace(String^)

Returns a serializer that handles the specified target namespace or null if an appropriate serializer could not be found.

NameDescription
System_CAPS_pubmethodGetDomainModelType(String^)

This method takes a target namespace string and return the corresponding domain model type(Defined by ISerializerLocatorExtensions.)

System_CAPS_pubmethodGetSerializer(Type^)

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

Return to top
Show: