public class JsonUtils
extends java.lang.Object
Constructor and Description |
---|
JsonUtils() |
Modifier and Type | Method and Description |
---|---|
static <C> C |
readFromJson(com.google.gson.reflect.TypeToken type,
java.lang.String path) |
static boolean |
writeToJson(java.lang.Object toWrite,
java.lang.String path) |