writer = WriterFactory.newXmlWriter( destination );
new DecorationXpp3Writer().write( writer, decoration );
}
catch ( IOException e )
{
throw new RepositoryMetadataStoreException( "Error saving in local repository", e );
}
finally
{
IOUtil.close( writer );
}