标签: serialization f# asp.net-core-3.0
在ASP.Net Core 3.0中使用默认JSON序列化序列化(string,obj)的字典时,发生以下错误:
无法将类型为'system.szarrayenumerator'的对象转换为类型为'system.collections.idictionaryenumerator'的
答案 0 :(得分:2)
通过使用nuget包切换回Newtonsoft进行序列化,可以解决此问题:Microsoft.AspNetCore.Mvc.NewtonsoftJson:3.0.0