Home
last modified time | relevance | path

Searched refs:GSON (Results 1 – 3 of 3) sorted by relevance

/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
DOkHttpContributors.java16 private static final Gson GSON = new Gson(); field in OkHttpContributors
40 List<Contributor> contributors = GSON.fromJson(charStream, CONTRIBUTORS.getType()); in main()
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
DHpackJsonUtil.java39 private static final Gson GSON = new GsonBuilder().create(); field in HpackJsonUtil
42 return GSON.fromJson(new InputStreamReader(jsonResource, "UTF-8"), Story.class); in readStory()
/external/v8/src/inspector/build/closure-compiler/
DREADME.md453 ### GSON subsection