183184185186187188189
/** * Uses the XStream data format */ public T xstream() { return dataFormat(new XStreamDataFormat()); }