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)
|
2019-03-03 09:19:12 -06:00
|
|
|
- [Convert String to JsonObject with Gson](https://www.baeldung.com/gson-string-to-jsonobject)
|
2019-04-05 14:53:40 +08:00
|
|
|
- [Mapping Multiple JSON Fields to a Single Java Field](https://www.baeldung.com/json-multiple-fields-single-java-field)
|
2019-03-18 19:26:32 +08:00
|
|
|
- [Serializing and Deserializing a List with Gson](https://www.baeldung.com/gson-list)
|
2019-03-18 06:56:13 +00:00
|
|
|
|