15.01.2013 Views

Free-ebooks-library - Bahar Ali Khan

Free-ebooks-library - Bahar Ali Khan

Free-ebooks-library - Bahar Ali Khan

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

...<br />

...<br />

<br />

...<br />

<br />

<br />

The [XmlArray] attribute lets you rename the outer element (i.e., Addresses).<br />

The [XmlArrayItem] attribute lets you rename the inner elements (i.e., the Address<br />

elements).<br />

For instance, the following class:<br />

public class Person<br />

{<br />

public string Name;<br />

[XmlArray ("PreviousAddresses")]<br />

[XmlArrayItem ("Location")]<br />

public List Addresses = new List();<br />

}<br />

serializes to this:<br />

<br />

...<br />

<br />

<br />

...<br />

...<br />

<br />

<br />

...<br />

...<br />

<br />

...<br />

<br />

<br />

The XmlArray and XmlArrayItem attributes also allow you to specify XML<br />

namespaces.<br />

To serialize collections without the outer element, for example:<br />

<br />

...<br />

<br />

...<br />

...<br />

<br />

<br />

...<br />

...<br />

<br />

<br />

XML Serialization | 643<br />

Serialization

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!