System.Xml.Serialization.XmlSerializerImplementation Members

The members of System.Xml.Serialization.XmlSerializerImplementation are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Public Properties

[read-only]
ReaderXmlSerializationReader.

Gets the XML reader object that is used by the serializer.

[read-only]
ReadMethodsHashtable.

Gets the collection of methods that is used to read a data stream.

[read-only]
TypedSerializersHashtable.

Gets the collection of typed serializers that is found in the assembly.

[read-only]
WriteMethodsHashtable.

Get the collection of methods that is used to write to a data stream.

[read-only]
WriterXmlSerializationWriter.

Gets the XML writer object for the serializer.

Public Methods

CanSerialize(Type) : bool

Gets a value that determines whether a type can be serialized.

GetSerializer(Type) : XmlSerializer

Returns a serializer for the specified type.