XmlSerializerImplementation Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The XmlSerializerImplementation type exposes the following members.

Properties

  Name Description
Public property Reader Gets the XML reader object that is used by the serializer.
Public property Writer Gets the XML writer object for the serializer.
Public property XmlReadMethods Gets the collection of methods that is used to read an XML data stream.
Public property XmlTypedSerializers Gets the collection of typed XML serializers found in the assembly.
Public property XmlWriteMethods Get the collection of methods used to write to an XML data stream.

Top