Uses of Class
com.google.gson.stream.JsonReader

Packages that use JsonReader
com.google.gson This package provides the Gson class to convert Json to Java and vice-versa. 
 

Uses of JsonReader in com.google.gson
 

Methods in com.google.gson with parameters of type JsonReader
<T> T
Gson.fromJson(JsonReader reader, Type typeOfT)
          Reads the next JSON value from reader and convert it to an object of type typeOfT.
 JsonElement JsonParser.parse(JsonReader json)
          Returns the next value from the JSON stream as a parse tree.
abstract  T TypeAdapter.read(JsonReader in)
          Reads one JSON value (an array, object, string, number, boolean or null) and converts it to a Java object.
 



Copyright © 2008-2012 Google, Inc.. All Rights Reserved.