public final class GsonUtils extends Object
GsonUtils()
static <T> T
fromJson(String json, Class<T> clazz)
static String
toJson(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GsonUtils()
public static <T> T fromJson(String json, Class<T> clazz)
json
clazz
public static String toJson(Object object)
object
Copyright © 2021. All rights reserved.