90
Views
1
Comments
JSON deserialise to record List
Application Type
Reactive

I have a server action call, I wish to store it to client variable, but the problem was data type (structure record list), I used Json serialize on it and stored it, now when i to use that variable, it only deserialises to Structure List data type, How to handle this?

2023-11-22 10-51-50
Jozy Sohail

Hi Shivang,

When you deserialize the text the data type should be same as that you used at the time of serialization of data.

Can you please share some screen shots of your serialize and deserialize and the output of deserialize so it will be easy to help you.

Thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.