Skip to content

Commit 73ff697

Browse files
authored
Fix link to JSON serialization instructions
Updated reference link for JSON serialization instructions.
1 parent f8ddaaf commit 73ff697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chess/4-database/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The easiest way to store the state of a ChessGame in MySQL is to serialize it to
8686
4. Re-serialize the Chess game to a JSON string
8787
5. Update the game’s JSON string in the database
8888

89-
You will want to carefully consider the need for a Gson type adapter when you do your serialization. If your classes have any interface fields then you will need to tell Gson how to instantiate a concrete class for the interface when it is deserializing. You might want to review the [instruction](../../instruction/db-jdbc/db-jdbc.md) on this topic.
89+
You will want to carefully consider the need for a Gson type adapter when you do your serialization. If your classes have any interface fields then you will need to tell Gson how to instantiate a concrete class for the interface when it is deserializing. You might want to review the [instruction](../../instruction/json/json.md) on this topic.
9090

9191
## Relevant Instruction Topics
9292

0 commit comments

Comments
 (0)