I am using the SimpleXMLEncoder class to covert objects toXML. All is well except when dealing with typed Array Collections.If I have an array of objects who themselves have their owntypes, the XML that the encoder generates refers to them as items,not the type of the object within the array. Here i...