The following DataContract:
[DataContract(Namespace = \"http://namespace\", Name = \"Blarg\")] public class Blarg { [XmlAttribute(\"Attri
I found the answer here. See the short story bellow(for the long one checkout the url):
[XmlElement ("Parameter")] public List Parameters;