Searched refs:gson (Results 1 – 4 of 4) sorted by relevance
26 import com.google.gson.Gson;27 import com.google.gson.JsonSyntaxException;86 Gson gson = new Gson(); in setUp() local88 mVkJson = gson.fromJson(cmdString, VkJson.class); in setUp()
27 "gson-prebuilt-jar",
39 import com.google.gson.Gson;253 Gson gson = new Gson(); in writeResults() local254 RunHistory[] runHistories = gson.fromJson(runHistoryJson, RunHistory[].class); in writeResults()
99 "gson-prebuilt-jar",