public class JsonicUtil extends Object
JsonicUtil()
static <T> T
decode(File file, Class<T> clazz)
decode(File file, net.arnx.jsonic.JSON json, Class<T> clazz)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonicUtil()
public static <T> T decode(File file, Class<T> clazz) throws IOException
IOException
public static <T> T decode(File file, net.arnx.jsonic.JSON json, Class<T> clazz) throws IOException