Samples JDK
package-info.java
1 /**
2  * \brief Xstream and Jettison based serialization
3  * Jackson is arguably the standard Java Library for processing JSON.
4  *
5  * <p>
6  * XMLAliasing provides a way to map classes to xml elements.
7  * </p>
8  * <p>
9  * Xstream is the main API.
10  * </p>
11  * <p>
12  * Jettison is used to get an JSON structure.
13  * </p>
14  * <p>
15  * Jackson is arguably the standard Java Library for processing JSON.
16  * </p>
17  * <ul>
18  * <li>com.thoughtworks.xstream</li>
19  * <li>org.codehaus.jackson</li>
20  * <li>org.codehaus.jettison</li>
21  * </ul>
22  */
23 package com.freemindcafe.serialization;