public final class LootJsonParser extends Object
static <T> T
read(Reader json, Class<T> c)
read(String json, Class<T> c)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> T read(Reader json, Class<T> c)
public static <T> T read(String json, Class<T> c)