Hello,
I jiust started to use your lib and faced with exception:
when I try to do this:
var serializer = SerializationContext.Default.GetSerializer<EntityDataContainer>();
I receive ArgumentException that says that element with the same key was already added.
Please, tell me what I am doing wrong here?