2023-05-22 04:16:59 -04:00
|
|
|
|
## 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 Gson’s “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)
|