Customize the deserialize and serialize functions in the session.ts class in version 1.2.9


In the serialize function in the session.ts class, I want to save the information of sessionContext.syncState. How can I do this and ensure the data is preserved when retrieved?

1 Like