URL url = new URL(\"http://pubapi.cryptsy.com/api.php?method=orderdatav2\"); CryptsyCurrencyPairsReturn response = gson.fromJson(new InputStreamReader(url.openStream()),
I'd recommend looking at JsonReader (API 11+), or the other options as recommended here.