You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Serializable: implement virtual SerializedObjectName() to return the correct type name of any object derived from Serializable and remove all other implementations of SerializedObjectName().
In Serializable: implement static SerializedVersion() and remove all other implementations of SerializedVersion()
Make sure that:
all classes having save() and load() implemented are derived from Serializable
the version number is checked in every load() function (as some classes miss a. or b. or both of them)