Package 

Class BacktraceSerializeHelper

    • Method Summary

      Modifier and Type Method Description
      static String toJson(Object object) Serialize given object to JSON string
      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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait