Replies: 1 comment
-
Serialization of our hash containers is intentionally not supported. Both See https://abseil.io/resources/swe-book/html/ch01.html#example_hash_ordering for more information. You can manually store the key-value pairs using the standard API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I plan to serialize flat_hash_map and store it. It can be restored by load in the future. Currently, a problem is found. When the type is a string, the serialized data does not contain string data. As a result, the serialized data is lost. How do we serialize the string type?
and which interface is used to deserialize to flat_hash_map
Beta Was this translation helpful? Give feedback.
All reactions