2014-08-23 10:56:38 +03:00
|
|
|
=========
|
|
|
|
|
2014-08-23 11:00:20 +03:00
|
|
|
## GSON Cookbooks and Examples
|
2014-08-23 10:56:38 +03:00
|
|
|
|
|
|
|
|
2016-02-08 12:19:34 +02:00
|
|
|
### Relevant Articles:
|
2016-02-08 12:20:01 +02:00
|
|
|
- [Gson Deserialization Cookbook](http://www.baeldung.com/gson-deserialization-guide)
|
2016-10-04 15:00:35 +06:00
|
|
|
- [Jackson vs Gson](http://www.baeldung.com/jackson-vs-gson)
|
2018-06-10 14:41:07 +08:00
|
|
|
- [Exclude Fields from Serialization in Gson](http://www.baeldung.com/gson-exclude-fields-serialization)
|
2018-09-07 16:56:13 +06:00
|
|
|
- [Save Data to a JSON File with Gson](https://www.baeldung.com/gson-save-file)
|
2018-10-31 10:39:20 -05:00
|
|
|
- [Convert JSON to a Map Using Gson](https://www.baeldung.com/gson-json-to-map)
|
2019-01-04 17:55:40 +05:30
|
|
|
- [Working with Primitive Values in Gson](https://www.baeldung.com/java-gson-primitives)
|