java-tutorials/gson/README.md

17 lines
873 B
Markdown
Raw Normal View History

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)
- [Exclude Fields from Serialization in Gson](http://www.baeldung.com/gson-exclude-fields-serialization)
- [Save Data to a JSON File with Gson](https://www.baeldung.com/gson-save-file)
- [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)
- [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)