{
//NOTE: custom XMLization is used for reading. This information
//is only used for writing.
return new XmlizationInfo("configurationParameters",
new PropertyXmlInfo[]{
new PropertyXmlInfo("configurationParameters",null),
new PropertyXmlInfo("commonParameters","commonParameters"),
new PropertyXmlInfo("configurationGroups",null)
});
}