Searched refs:GSON (Results 1 – 3 of 3) sorted by relevance
16 private static final Gson GSON = new Gson(); field in OkHttpContributors40 List<Contributor> contributors = GSON.fromJson(charStream, CONTRIBUTORS.getType()); in main()
39 private static final Gson GSON = new GsonBuilder().create(); field in HpackJsonUtil42 return GSON.fromJson(new InputStreamReader(jsonResource, "UTF-8"), Story.class); in readStory()
453 ### GSON subsection