Hi,
I have serialize some objects using binary serialization, and after to serialize them, I changed the namespace and it doesn't deserialize.
I'm worry about that, because now I can serialize again, and it is fixed, but what if tomorrow I change the namespace again?
May you recommend me another way to serialize/deserialize and the namespace doesn't affect?
Thanks,
Rafa