public class BacktraceSerializeHelper
Helper class for serialize and deserialize objects
static String
toJson(Object object)
static <T> T
fromJson(String json, Class<T> type)
toJson(Gson gson, Object object)
fromJson(Gson gson, String json, Class<T> type)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
static String toJson(Object object)
Serialize given object to JSON string
object
static <T> T fromJson(String json, Class<T> type)
static String toJson(Gson gson, Object object)
static <T> T fromJson(Gson gson, String json, Class<T> type)