Deserializing a collection of base class objects does not call inherited Converters

后端 未结 0 758
庸人自扰
庸人自扰 2020-12-12 13:51

My classes are more complicated than this but here\'s the jist:

public class BaseClass {}

[JsonConverter(typeof(DerivedClassJsonConverter)]
public class Deri         


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