2023-05-22 10:16:59 +02:00
|
|
|
|
## GSON
|
|
|
|
|
|
|
|
|
|
This module contains articles about Gson
|
|
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2023-06-02 08:10:17 +08:00
|
|
|
|
- [Solving Gson Parsing Errors](https://www.baeldung.com/gson-parsing-errors)
|
2023-07-26 16:03:06 +08:00
|
|
|
|
- [Difference between Gson @Expose and @SerializedName](https://www.baeldung.com/gson-expose-vs-serializedname)
|
2023-12-07 22:03:42 +08:00
|
|
|
|
- [Resolving Gson’s “Multiple JSON Fields” Exception](https://www.baeldung.com/java-gson-multiple-json-fields-exception)
|
2024-01-27 20:46:54 +08:00
|
|
|
|
- [Using Static Methods Instead of Deprecated JsonParser](https://www.baeldung.com/java-static-methods-jsonparser-replacement)
|