BinaryFormatter compatibility between .Net 2.0 Beta 1 and Beta 2

The new BinaryFormatter in Beta 2 cannot read data written with the BinaryFormatter from Beta 1 . Will the binary serialization format changed again for the final version of .net 2.0



Answer this question

BinaryFormatter compatibility between .Net 2.0 Beta 1 and Beta 2

  • lalug

    It is possible.

    Class field layouts can change between releases.

    We test between v1.1 and whatever the current version of v2 is, but between the various Whidbey versions.

  • BinaryFormatter compatibility between .Net 2.0 Beta 1 and Beta 2