Add support for deserializing maps in orcxx_derive
Currentlyy, orcxx_derive
only supports deserializing lists.
Deserializing maps to HashMap<K, V>
and Vec<(K, V)>
should be pretty straightforward by copy-pasting from list deserialization.
Currentlyy, orcxx_derive
only supports deserializing lists.
Deserializing maps to HashMap<K, V>
and Vec<(K, V)>
should be pretty straightforward by copy-pasting from list deserialization.