serializationbinder

What is the best way to deserialize generics written with a different version of a signed assembly?

In other cases it has been suggested that you simply add a SerializationBinder which removes the version from the assembly type. However, when using generic collections of a type found in a signed assembly, that type is strictly versioned based on its assembly. Here is what I've found works. internal class WeaklyNamedAppDomainAssembl...

SerializationBinder and Different Assemblies

Howdy, I have some data which was serialized to bin using a different assembly, per company policy. Now this same data needs to be read by another application which obviously, has a different assembly. This poses a problem since the other application, which we can call as Assembly2, cannot read the data file, Leibniz_Notation.bin, sin...