2019-10-31 21:43:47 -04:00
|
|
|
## GSON
|
|
|
|
|
|
|
|
This module contains articles about Gson
|
|
|
|
|
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Gson Deserialization Cookbook](https://www.baeldung.com/gson-deserialization-guide)
|
|
|
|
- [Jackson vs Gson](https://www.baeldung.com/jackson-vs-gson)
|
|
|
|
- [Exclude Fields from Serialization in Gson](https://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)
|
|
|
|
- [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)
|
|
|
|
- [Mapping Multiple JSON Fields to a Single Java Field](https://www.baeldung.com/json-multiple-fields-single-java-field)
|
|
|
|
- [Serializing and Deserializing a List with Gson](https://www.baeldung.com/gson-list)
|
2020-03-18 01:38:24 -04:00
|
|
|
- [Compare Two JSON Objects with Gson](https://www.baeldung.com/gson-compare-json-objects)
|