Skip to content

Instantly share code, notes, and snippets.

@digitalbuddha
Last active January 13, 2017 14:47
Show Gist options
  • Select an option

  • Save digitalbuddha/cb232bfb61789d1b862aa70af90dd674 to your computer and use it in GitHub Desktop.

Select an option

Save digitalbuddha/cb232bfb61789d1b862aa70af90dd674 to your computer and use it in GitHub Desktop.
Store<Article> Store = ParsingStoreBuilder.<BufferedSource, Article>builder()
.fetcher(this::getResponseAsBufferedSource)
.parser(GsonParserFactory.createSourceParser(gson, Article.class))
.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment