Finish second-to-last commit
[unical.git] / gson / com / google / gson / package-info.java
CommitLineData
cfd903b6
MG
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 */
11package com.google.gson;
This page took 0.009651 seconds and 4 git commands to generate.