Consider alternate serialization format for client storage
Basics
Logistics
Basics
Logistics
Description
Environment
None
Activity
Show:
Done
Details
Details
Details
Created August 24, 2018 at 2:38 PM
Updated March 22, 2021 at 9:54 PM
Resolved April 7, 2020 at 5:02 PM
There's no urgency, but it's noticeable that the current strategy of taking JSON objects and storing them in a map structure that is itself JSON kind of sucks because it ends up escaping every quote. It would require experimentation but it may be that an XML format there would be more efficient simply due to the lack of escaping.
For local storage this doesn't matter a lot but for the cookie case it might matter a bit.