java-tutorials/json-modules/gson-2/README.md

11 lines
630 B
Markdown
Raw Normal View History

## GSON
This module contains articles about Gson
### Relevant Articles:
2023-06-01 20:10:17 -04:00
- [Solving Gson Parsing Errors](https://www.baeldung.com/gson-parsing-errors)
2023-07-26 04:03:06 -04:00
- [Difference between Gson @Expose and @SerializedName](https://www.baeldung.com/gson-expose-vs-serializedname)
2023-12-07 09:03:42 -05:00
- [Resolving Gsons “Multiple JSON Fields” Exception](https://www.baeldung.com/java-gson-multiple-json-fields-exception)
2024-01-27 07:46:54 -05:00
- [Using Static Methods Instead of Deprecated JsonParser](https://www.baeldung.com/java-static-methods-jsonparser-replacement)
2024-03-08 17:10:02 -05:00
- [Gson TypeToken With Dynamic List Item Type](https://www.baeldung.com/gson-typetoken-dynamic-list-item-type)