| 930 | */ |
| 931 | template <class Serializer> |
| 932 | void serialize(Serializer& serializer) const { |
| 933 | m_ht.serialize(serializer); |
| 934 | } |
| 935 | |
| 936 | /** |
| 937 | * Deserialize a previously serialized map through the `deserializer` |
nothing calls this directly
no outgoing calls
no test coverage detected