摘要: import java.lang.reflect.Type;import com.google.gson.Gson;/*** json 帮助工具*/public final class GsonUtil { private GsonUtil() { } /** * Object转JSON对象 *... 阅读全文
posted @ 2015-12-21 09:32 风又奈何 阅读(240) 评论(0) 推荐(0)