Use Json instead of Gson in clientDaoHelper class

Description

We are facing a challenge in migrating from gson to json parsing. Specifically, the issue arises in a part of the code where we are serializing and deserializing a HashMap<String, Any> inside the DatatablePayload class. When using Gson, Any works fine , However, Serialization does not support Any directly

Activity

Show:

Details

Assignee

Reporter

Labels

Priority

More fields

Created March 5, 2025 at 5:47 PM
Updated March 5, 2025 at 6:08 PM