- serializable
An object that implements the System.Xml.Serialization.IXmlSerializable interface that uses custom XML formatting.
- name
The local name of the XML element to write.
- ns
The namespace of the XML element to write.
- isNullable
true to write an xsi:nil='true' attribute if the System.Xml.Serialization.IXmlSerializable class object is null; otherwise, false.
The protected members of System.Xml.Serialization.XmlSerializationWriter are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.