无法在F#中的ASP.Net Core 3.0中序列化IDictionary <string,obj>

时间:2019-11-25 05:54:03

标签: serialization f# asp.net-core-3.0

在ASP.Net Core 3.0中使用默认JSON序列化序列化(string,obj)的字典时,发生以下错误:

无法将类型为'system.szarrayenumerator'的对象转换为类型为'system.collections.idictionaryenumerator'的

1 个答案:

答案 0 :(得分:2)

通过使用nuget包切换回Newtonsoft进行序列化,可以解决此问题:Microsoft.AspNetCore.Mvc.NewtonsoftJson:3.0.0