public class DefaultJson extends Object implements IJson
DefaultJson()
static com.google.gson.Gson
createGson()
<T> T
fromJson(String jsonString, Class<T> tClass)
fromJson(String jsonString, Type type)
String
toJson(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DefaultJson()
public static com.google.gson.Gson createGson()
public String toJson(Object obj)
IJson
toJson
public <T> T fromJson(String jsonString, Type type)
fromJson
public <T> T fromJson(String jsonString, Class<T> tClass)
Copyright © 2022. All rights reserved.