Xml |
public class XmlSurrogateSelector
The XmlSurrogateSelector type exposes the following members.
Name | Description | |
---|---|---|
XmlSurrogateSelector | Constructs an empty surrogate selector. |
Name | Description | |
---|---|---|
AddSurrogate(XmlSerializationSurrogateForAttribute, IXmlSerializationSurrogate) | Adds a surrogate for the type specified in the XmlSerializationForAttribute. | |
AddSurrogate(Type, Int32, IXmlSerializationSurrogate) |
Adds a surrogate for the type C# type | |
AddSurrogate(String, String, Int32, IXmlSerializationSurrogate) | Adds a surrogate for the type specified by assembly name, full type name, and version. | |
AddTypeAndVersionIfHigher | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetFullyQualifiedTypeName(Type) | Get the fully qualified name of a type. This includes the short assembly name; the full type name, and the version, separated by a comma. | |
GetFullyQualifiedTypeName(Type, Int32) | Get the fully qualified name of a type. This includes the short assembly name; the full type name, and the version, separated by a comma. | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetSurrogate(String) | Get a serialization surrogate for the specified type. | |
GetSurrogate(Type) | Get a serialization surrogate for the spezified type. | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
GetVersion | Get the serialization version of a type. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) | |
TraceLoadedAssembliesForSurrogates | Scans all momentarily loaded assemblies for xml serialization surrogates. Only assemblies that are marked with the SupportsSerializationVersioningAttribute are scanned. |