I\'m trying to preserve data on two different versions of an object and not having any success with it. Can anyone tell me what I\'m doing wrong?
Version One of the
If this is a requirement of your application, you could add a method decorated with the OnDeserializing attribute and then implement your own logic to add missing fields to the XmlElement collection.