| | |
| | | |
| | | package de.uhilger.transit; |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.thoughtworks.xstream.XStream; |
| | | import com.thoughtworks.xstream.io.json.JettisonMappedXmlDriver; |
| | | import com.thoughtworks.xstream.io.json.JsonHierarchicalStreamDriver; |
| | | |
| | | /** |
| | | * Java-Objekte in die JavaScript Object Notation (JSON) |
| | | * verwandeln und umgekehrt |
| | | * |
| | | * <p>Diese Klasse benoetigt die Java-Klassenbibliotheken |
| | | * <a href="http://xstream.codehaus.org/">XStream</a> |
| | | * und <a href="http://jettison.codehaus.org/">Jettison</a> |
| | | * <a href="http://xstream.codehaus.org/" target="_blank">XStream</a> |
| | | * und <a href="http://jettison.codehaus.org/" target="_blank">Jettison</a> |
| | | * im Classpath.</p> |
| | | * |
| | | * @author Copyright (c) Ulrich Hilger, http://uhilger.de |