| XmlSerializerImplementation Class |
Namespace: System.Xml.Serialization
public abstract class XmlSerializerImplementation
The XmlSerializerImplementation type exposes the following members.
| Name | Description | |
|---|---|---|
| XmlSerializerImplementation |
Initializes a new instance of the System.Xml.Serialization.XmlSerializerImplementation
class.
|
| Name | Description | |
|---|---|---|
| CanSerialize |
Gets a value that determines whether a type can be serialized.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetSerializer |
Returns a serializer for the specified type.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Reader |
Gets the XML reader object that is used by the serializer.
| |
| ReadMethods |
Gets the collection of methods that is used to read a data stream.
| |
| TypedSerializers |
Gets the collection of typed serializers that is found in the assembly.
| |
| WriteMethods |
Get the collection of methods that is used to write to a data stream.
| |
| Writer |
Gets the XML writer object for the serializer.
|