PHP 8.1 RFC: Phasing out Serializable
RFC Vote: Phasing out Serializable
Implemented
- | |
>= 2/3 | |
Yes: 36No: 0 |
Phasing out Serializable
The new custom object serialization mechanism RFC introduced new __serialize()
and __unserialize()
magic methods in PHP 7.4, with the intent of replacing the broken Serializable
interface. This RFC finalizes that work by laying out a plan for the eventual removal of Serializable
.