b26d95ff40 | ||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
=========
GSON Cookbooks and Examples
Relevant Articles:
- Gson Deserialization Cookbook
- Jackson vs Gson
- Exclude Fields from Serialization in Gson
- Save Data to a JSON File with Gson
- Convert JSON to a Map Using Gson
- Working with Primitive Values in Gson
- Convert String to JsonObject with Gson
- Mapping Multiple JSON Fields to One Java Field
- Serializing and Deserializing a List with Gson