XmlSerializerCache Members

Stores XmlSerializer objects in a hash table that is keyed by the full type name plus an optional default XML namespace.

The following tables list the members exposed by the XmlSerializerCache type.

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public method static GetXmlElementConstructor Get the constructor that has one XmlElement parameter for the specified type.
public method static GetXmlSerializer Returns an XmlSerializer for the specified type and default XML namespace.
public method static ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

XmlSerializerCache Class
Microsoft.Web.Services3.Xml Namespace