2014-08-23 03:56:38 -04:00
|
|
|
=========
|
|
|
|
|
2014-08-23 04:00:20 -04:00
|
|
|
## GSON Cookbooks and Examples
|
2014-08-23 03:56:38 -04:00
|
|
|
|
|
|
|
|
2016-02-08 05:19:34 -05:00
|
|
|
### Relevant Articles:
|
2016-02-08 05:20:01 -05:00
|
|
|
- [Gson Deserialization Cookbook](http://www.baeldung.com/gson-deserialization-guide)
|
2016-10-04 05:00:35 -04:00
|
|
|
- [Jackson vs Gson](http://www.baeldung.com/jackson-vs-gson)
|
2018-06-10 02:41:07 -04:00
|
|
|
- [Exclude Fields from Serialization in Gson](http://www.baeldung.com/gson-exclude-fields-serialization)
|
2018-09-07 06:56:13 -04:00
|
|
|
- [Save Data to a JSON File with Gson](https://www.baeldung.com/gson-save-file)
|
2018-10-31 11:39:20 -04:00
|
|
|
- [Convert JSON to a Map Using Gson](https://www.baeldung.com/gson-json-to-map)
|
2019-01-04 07:25:40 -05:00
|
|
|
- [Working with Primitive Values in Gson](https://www.baeldung.com/java-gson-primitives)
|
2019-03-03 10:19:12 -05:00
|
|
|
- [Convert String to JsonObject with Gson](https://www.baeldung.com/gson-string-to-jsonobject)
|
2019-03-18 02:56:13 -04:00
|
|
|
- [Mapping Multiple JSON Fields to One Java Field](https://www.baeldung.com/json-multiple-fields-single-java-field)
|
2019-03-18 07:26:32 -04:00
|
|
|
- [Serializing and Deserializing a List with Gson](https://www.baeldung.com/gson-list)
|
2019-03-18 02:56:13 -04:00
|
|
|
|