Xml Serialisation - Default Constructor
问题 I have a number of classes which derive from an abstract base class. These derived classes need to be serialised to XML however, they do not have a parameter-less constructor. There are a large number of derived class, so I would prefer not to have to go back and add a parameter-less constructor to them all. I am hoping there's something I can do with the base class that will allow them to be serialised without having to modify each individual class. Anyone got any idea's on how this can be