Uses of Class
com.google.gson.JsonArray

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

Uses of JsonArray in com.google.gson
 

Methods in com.google.gson that return JsonArray
 JsonArray JsonElement.getAsJsonArray()
          convenience method to get this element as a JsonArray.
 JsonArray JsonObject.getAsJsonArray(String memberName)
          Convenience method to get the specified member as a JsonArray.
 

Methods in com.google.gson with parameters of type JsonArray
 void JsonArray.addAll(JsonArray array)
          Adds all the elements of the specified array to self.
 



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