felixguendling/cista

Serialization of hash maps/sets in structs?

Closed this issue · 1 comments

This is concerning https://github.com/felixguendling/cista/wiki/Installation-and-Usage#basic-usage

Specifically "more types such as map/set/etc. may follow"

Does this mean that structs containing cista::offset::hash_map<T, T2> aren't able to be serialized automatically? I'm also wondering if this statement is up to date.

Hashmap ist working as intended. You can try it out :-)