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?
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