SerializerLocator Class
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.StandardSerializerLocator
Microsoft.VisualStudio.ArchitectureTools.Extensibility.SerializerLocator
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
Public NotInheritable Class SerializerLocator _
Inherits StandardSerializerLocator
public sealed class SerializerLocator : StandardSerializerLocator
public ref class SerializerLocator sealed : public StandardSerializerLocator
[<Sealed>]
type SerializerLocator =
class
inherit StandardSerializerLocator
end
public final class SerializerLocator extends StandardSerializerLocator
The SerializerLocator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SerializerLocator |
Top
Properties
Name | Description | |
---|---|---|
Provider | (Inherited from StandardSerializerLocator.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetSerializer | (Inherited from StandardSerializerLocator.) | |
GetSerializerFromFileName | (Inherited from StandardSerializerLocator.) | |
GetSerializerFromNamespace | (Inherited from StandardSerializerLocator.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility Namespace