Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

PSR-16 support: serialization using plugin #156

Closed
weierophinney opened this issue Apr 20, 2018 · 2 comments
Closed

PSR-16 support: serialization using plugin #156

weierophinney opened this issue Apr 20, 2018 · 2 comments

Comments

@weierophinney
Copy link
Member

Per a comment from @marc-mabe :

there is a serializer plugin available that can be plugged in into any storage adapters. Maybe it’s better to throw an error if the provided storage adapter doesn’t support all required data types and let the user plugin the serializer plugin into it to make it work with the psr wrapper. I think it was done that way for psr6, too

@thomasvargiu
Copy link
Contributor

@marc-mabe Current implementation of PSR-16 is the same of PSR-6. Are you suggesting to remove the serialization from both decorators?

@weierophinney
Copy link
Member Author

Fixed witH #161.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants