github.com/keysonZZZ/kmg@v0.0.0-20151121023212-05317bfd7d39/kmgRpc/kmgRpcJava/java/src/com/google/gson/package-info.java (about) 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;