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
The unserialize method is backward compatible and should still work with data serialized before the switch to the new format.
You may want to extend the format to your needs in your childclasses `__serialize` and `__unserialize` methods. Don't forget to call the parent methods though.
0 commit comments