-
Type: Task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
Not Needed
-
The Serializable interface was deprecated in PHP 8.1. Since PHP 7.4, the magic methods are used when available instead of the interface.
Once we drop support for PHP 7.2 and PHP 7.3, there will be no reason to retain the Serializable implementation; however, we may need to wait until a major version bump to drop it altogether.