* @param o the object to serialize
* @param xstream the XStream object to use for serialization. See XStream's documentation
* for details about customizing the output.
*/
protected static void renderXml(Object o, XStream xstream) {
throw new RenderXml(o, xstream);
}