Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近不得不删除一个被许多 json 文档使用的类。现在反序列化失败,因为删除的类不再存在。
抛出的错误如下所示:
解析 JSON 'MyClass,MyAssembly' 中指定的类型时出错。
这里是 json 文档:
{ "$type": "MyClass, MyAssembly", "Property": "Value" }
我在用着TypeNameHandling.All.
TypeNameHandling.All
我能做些什么?
使用 TypeNameHandling.None 或 TypeNameHandling.Auto