Package com.assemblyrobot.shared.utils
Class JsonUtils
java.lang.Object
com.assemblyrobot.shared.utils.JsonUtils
public abstract class JsonUtils
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static com.google.gson.Gson
gson
-
Constructor Summary
Constructors Constructor Description JsonUtils()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
gson
public static com.google.gson.Gson gson
-
-
Constructor Details
-
JsonUtils
public JsonUtils()
-