Back to project page reflect-app.
The source code is released under:
Apache License
If you think the Android project reflect-app listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * This package provides the {@link com.google.gson.Gson} class to convert Json to Java and * vice-versa.//from ww w.ja v a 2 s . c o m * * <p>The primary class to use is {@link com.google.gson.Gson} which can be constructed with * {@code new Gson()} (using default settings) or by using {@link com.google.gson.GsonBuilder} * (to configure various options such as using versioning and so on).</p> * * @author Inderjeet Singh, Joel Leitch */ package com.google.gson;