Open annavanbiemen opened 5 years ago
See: 75635c2 feature/serializable facilitates this
This feature will not be implemented until support for php <7.4 is dropped. Implementing this feature in a proper manner requires typed properties.
Relates to #28
When type hinting a property with a class name, the Property should be able to recognize a Serializable class and use it to serialize and deserialize the property value.
https://www.php.net/manual/en/class.serializable.php