FormatterAssemblyStyle
Indicates the method that will be used during deserialization for locating and loading assemblies.
Full = 1
In full mode, the assembly used during deserialization must match exactly the assembly used during serialization. The Load is used to load the assembly.
Simple = 0
In simple mode, the assembly used during deserialization need not match exactly the assembly used during serialization. Specifically, the version numbers need not match as the LoadWithPartialName method is used to load the assembly.