public final class GsonUtils extends Object
GsonUtils
To reduce new operations, only one Gson instance in this class.
Gson
static <T> T
fromJson(String json, Class<T> c)
static String
toJson(Object src)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static String toJson(Object src)
public static <T> T fromJson(String json, Class<T> c)
Copyright © 2015. All Rights Reserved.