Update README.md

This commit is contained in:
rcalago 2024-04-17 15:44:15 +08:00 committed by GitHub
parent 5b3c2dbd89
commit a81a9121d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -8,3 +8,4 @@ This module contains articles about Gson
- [Resolving Gsons “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)
- [Polymorphism with Gson](https://www.baeldung.com/gson-polymorphism)