public class TigerSerializationUtil
extends Object
-
Method Summary
static <T> T
static org.json.JSONObject
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
yamlToJsonObject
public static org.json.JSONObject yamlToJsonObject(String yamlStr)
-
fromJson
public static <T> T fromJson(String jsonFile,
Class<T> targetClass)
-
-
-