M
michelqa
Hi,
Is it possible to serialize objects in previous version of .net
framework and then deserialize it in 3.5 version ?
Ex:
application A (.Net 1.0) serialize a System.Windows.Forms.ListView
object
application B (.Net 3.5) deserialize the ListView object in 3.5
framework
Since newer .Net version always contain older framework versions
properties is there a workaround to do this? Any ideas? Objects are
always deserialzed using latest framework version.
Thanks
Is it possible to serialize objects in previous version of .net
framework and then deserialize it in 3.5 version ?
Ex:
application A (.Net 1.0) serialize a System.Windows.Forms.ListView
object
application B (.Net 3.5) deserialize the ListView object in 3.5
framework
Since newer .Net version always contain older framework versions
properties is there a workaround to do this? Any ideas? Objects are
always deserialzed using latest framework version.
Thanks