Hi,
I am trying to find out the best way to handle serialisation in my program.
I want to serialize private fields (so XML serializer is no option) I want to serialize generic types like Bindinglist (SoapSerializer is no option) I also want to provide some level of support for being able to deserialize object from previous versions of my program.
So all I think I am left with is the BinarySerializer, and implementing the ISerializable interface to cope with forward compatibility.
Is this correct?
Note: I must say I found this project. However the project seemed dead and I couldn't get it working (file missing error) http://sourceforge.net/project/showfiles.php?group_id=196509