Previous Thread

6/19/2006 6:23:02 AM    XmlSerializers, Structs, and Default Constructors
Hi, this is just out of curiosity really. I had a struct, requirements 
 
changed and I needed to inherit from it, so I made it into a class. 
 
After the change, XmlSerializer choked because XmlSerializable classes 
 
require a default constructor. Why don't structs?