Add new property to class at runtime using reflection
I have some serialized data (using BinaryFormatter) and want to deserialize it. However, the deserialization method failed because the current assembly does not have a deleted field. I want to be able to restore a previously built assembly at runtime in order to deserialize the data. Appreciated any pointer. Thanks.
+2
a source to share
1 answer
this method is called serialization versiontolerant see http://msdn.microsoft.com/en-us/library/ms229752.aspx
+1
a source to share