✅ Serializing/Deserializing a Dictionary with a struct key not working
I have been pulling my hair out to support this library that uses a struct key.
Since the Dictionary uses a weird key, I have to change the serialization.
The class is as follows:
My test is written as followed (some code removed for readability):
The test here fails because
Since the Dictionary uses a weird key, I have to change the serialization.
The class is as follows:
My test is written as followed (some code removed for readability):
The test here fails because
Features is incorrectly filled with just the comment from FeatureBase and the rest seems to be skipped. Before this I didn't serialize the object to JSON so it even breaks without BCCNamespaceJsonConverter. How do I support this?