I’ve created my own class, which imitates dictionary. The main difference is my class allows on adding null to keys.
The problem is serialization with Polenter SharpSerializer, because this nuget doesn’t interpretate this generic like dictionary.
I’ve tried to create own serialization (and deserialization) setting class, but it didn’t work. I don’t know, where is the problem.
Click here to see code of my class.