[]
Writes the specified item data to the XML using a specified System.Xml.XmlWriter.
void Write(XmlWriter ctx, object item)
Type | Name | Description |
---|---|---|
XmlWriter | ctx | A System.Xml.XmlWriter object used to write the item data to XML. |
object | item | A object representing the item to be serialized. |