Beispiel #1
0
 @Override
 public String toString() {
   XStream xstream = new XStream();
   xstream.processAnnotations(this.getClass());
   xstream.processAnnotations(function.getClass());
   xstream.processAnnotations(adapter.getClass());
   return xstream.toXML(this);
 }