-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Cache] Symfony Serializer implementation for MarshallerInterface #54411
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
Comments
Please give more insights about what a possible implementation would look like and more importantly what benefits it would bring. |
IIUC Marshaller is just a serializer but another name was chosen not to create second SerializerInterface class in Symfony ecosystem. JSON string is a type of serializer string so one may want to store the cached value as a json (e.g. cache as json and return cached jsonstring directly from API). Integration with Serializer Component would allow that. |
Thank you for this suggestion. |
Could I get a reply or should I close this? |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
Description
I'm surprised there is no built-in integration for Cache Component with Serializer Component as the implementation of MarshallerInterface.
Example
No response
The text was updated successfully, but these errors were encountered: