private void serialize(SpeedoXMLDescriptor desc) throws SpeedoException {
//Serialize the list in the file
try {
Object2StringSerializer.serialize(scp.output, desc.xmlFile, desc.mos, logger);
} catch (Exception io) {
throw new SpeedoException("IO Exception, impossible to write the " +
"meta information for the jdo file " + desc.xmlFile, io);
}
}