我大致有以下结构classMyDeserialParent{MyChildInterfacemSerialChild;...//someotherfields(not'type')}但是它是从一个杂乱的JSON结构反序列化的,子节点的两个属性在父节点上返回,如下所示。{"myDeserialParents":[{...//someparentproperties"type":"value",//usedinaTypeAdaptertochoosechildimplementation"childProp1":"1","childProp2":"2",},...//moreinthisl