JSON.NET: Deserializing Dictionary with Key type Int (a non-string)

后端 未结 0 1085
刺人心
刺人心 2020-12-08 19:57

I have a complex object, and inside that, I have

Dictionary Bla ....;
Bla.Add(994, 7);
Bla.Add(995, 6);

This is serialize

相关标签:
回答
  • 消灭零回复
提交回复
热议问题