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
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 theDatatablePayload
class. When using Gson,Any
works fine , However, Serialization does not supportAny
directly