428e280cf424efb759c4bb1b2b41eb943fb7a216
[unical.git] / gson / com / google / gson / package-info.java
1 /**
2 * This package provides the {@link com.google.gson.Gson} class to convert Json to Java and
3 * vice-versa.
4 *
5 * <p>The primary class to use is {@link com.google.gson.Gson} which can be constructed with
6 * {@code new Gson()} (using default settings) or by using {@link com.google.gson.GsonBuilder}
7 * (to configure various options such as using versioning and so on).</p>
8 *
9 * @author Inderjeet Singh, Joel Leitch
10 */
11 package com.google.gson;
This page took 0.021491 seconds and 3 git commands to generate.