Click or drag to resize
XmlSerializerImplementation Properties

The XmlSerializerImplementation type exposes the following members.

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