DateTime Deserializing with TypeNameHandeling fails - date is initialized to the default dateTime value - C#

前端 未结 0 587
陌清茗
陌清茗 2021-01-14 18:47

I have the following classes:

public class ScheduledTask
{       
    public Frequency Frequency { get; set; }
    public DateTime LastRun { get; set; }
    p         


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