Deserialization Binder

Each time Unity compiles C# source code, an assembly with a guid name is generated. This makes deserialization with a binary formatter difficult. Luckily a [deserialization binder] can be used to make the assembly signature match the serialized data.

Leave a Reply