Click or drag to resize
XmlSerializerImplementation Class
Defines the reader, writer, and methods for pre-generated, typed serializers.
Inheritance Hierarchy
SystemObject
  System.Xml.SerializationXmlSerializerImplementation

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public abstract class XmlSerializerImplementation

The XmlSerializerImplementation type exposes the following members.

Constructors
  NameDescription
Protected methodXmlSerializerImplementation
Initializes a new instance of the System.Xml.Serialization.XmlSerializerImplementation class.
Top
Methods
  NameDescription
Public methodCanSerialize
Gets a value that determines whether a type can be serialized.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSerializer
Returns a serializer for the specified type.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyReader
Gets the XML reader object that is used by the serializer.
Public propertyReadMethods
Gets the collection of methods that is used to read a data stream.
Public propertyTypedSerializers
Gets the collection of typed serializers that is found in the assembly.
Public propertyWriteMethods
Get the collection of methods that is used to write to a data stream.
Public propertyWriter
Gets the XML writer object for the serializer.
Top
See Also