From a81a9121d931d525758ae245fe420dfffde07a03 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:44:15 +0800 Subject: [PATCH] Update README.md --- json-modules/gson-2/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/json-modules/gson-2/README.md b/json-modules/gson-2/README.md index 3063246e2a..f3ced2d204 100644 --- a/json-modules/gson-2/README.md +++ b/json-modules/gson-2/README.md @@ -8,3 +8,4 @@ This module contains articles about Gson - [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) +- [Polymorphism with Gson](https://www.baeldung.com/gson-polymorphism)