You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now our serialization saves both the data vector and keys hashmap. Since the data vector contains key value pairs it should be possible to only save that and skip the hashmap.
We can then recreate the hashmap during deserialization.