Description of Serialize Arrays and ArrayLists to XML :
Serialize Arrays and ArrayLists to XML is an easy to understand tutorial in which the author describes about serializing arrays and array list with the help of System.Xml.Serialization namespace. The author explains the procedure for using XmlArray and XmlArrayItem classes, which helps in adding the collection of data into array and array list and to serialize the XML structure.