7891011121314
@Override protected Object encodeAsXmlObject(Object o) { if(o instanceof XML) { return o; } else { return new XML(o); } }