2011-03-04 17:46:41 +01:00
|
|
|
/**
|
|
|
|
* This package provides the {@link com.bukkit.mcteam.gson.Gson} class to convert Json to Java and
|
|
|
|
* vice-versa.
|
|
|
|
*
|
|
|
|
* <p>The primary class to use is {@link com.bukkit.mcteam.gson.Gson} which can be constructed with
|
|
|
|
* {@code new Gson()} (using default settings) or by using {@link com.bukkit.mcteam.gson.GsonBuilder}
|
|
|
|
* (to configure various options such as using versioning and so on).</p>
|
|
|
|
*
|
|
|
|
* @author Inderjeet Singh, Joel Leitch
|
|
|
|
*/
|
2011-04-08 15:51:07 +02:00
|
|
|
package org.mcteam.factions.gson;
|