11 lines
630 B
Markdown
11 lines
630 B
Markdown
## GSON
|
||
|
||
This module contains articles about Gson
|
||
|
||
### Relevant Articles:
|
||
- [Solving Gson Parsing Errors](https://www.baeldung.com/gson-parsing-errors)
|
||
- [Difference between Gson @Expose and @SerializedName](https://www.baeldung.com/gson-expose-vs-serializedname)
|
||
- [Resolving Gson’s “Multiple JSON Fields” Exception](https://www.baeldung.com/java-gson-multiple-json-fields-exception)
|
||
- [Using Static Methods Instead of Deprecated JsonParser](https://www.baeldung.com/java-static-methods-jsonparser-replacement)
|
||
- [Gson TypeToken With Dynamic List Item Type](https://www.baeldung.com/gson-typetoken-dynamic-list-item-type)
|