我遇到了涉及多态对象数组的JSON反序列化问题。我已经尝试过记录的序列化解决方案here和here这对序列化很有用,但都在反序列化时崩溃了。我的类(class)结构如下:可识别[DataContract(IsReference=true)]publicabstractclassIDable{[DataMember]publicTID{get;set;}}观察组[DataContract(IsReference=true)][KnownType(typeof(DescriptiveObservation))][KnownType(typeof(NoteObservation))][Kno