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