Apologies on not being able to phrase the title more specifically but I can only explain by giving an example.
I\'m trying to build a class that serializes to the follow
public class Customize { [XmlElement("Content")] public List Content { get; set; } [XmlElement("Command")] public List Command { get; set; } }