using System; using System.Collections.Generic; using System.Xml.Serialization; namespace ServerExplorer.Code.DataTransfer { [Serializable] class Database { [XmlAttribute] public string Name { get; set; } [XmlAttribute] public DateTime CreateDate { get; set; } private readonly List