Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support property types with Serializable classes #14

Open
annavanbiemen opened this issue Jul 31, 2019 · 3 comments
Open

Support property types with Serializable classes #14

annavanbiemen opened this issue Jul 31, 2019 · 3 comments
Labels
enhancement New feature or request

Comments

@annavanbiemen
Copy link
Member

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

@baukevdw baukevdw added the enhancement New feature or request label Sep 23, 2019
@baukevdw
Copy link
Member

See: 75635c2 feature/serializable facilitates this

@baukevdw
Copy link
Member

baukevdw commented Feb 7, 2020

This feature will not be implemented until support for php <7.4 is dropped.
Implementing this feature in a proper manner requires typed properties.

@baukevdw
Copy link
Member

Relates to #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants