Is it possible to configure the serialization method? #46301
Unanswered
shuqingzai
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Because now many projects need to be used across languages, such as: cache, delivery in laravel queue, consumption in other languages, etc., but I only see that the serialization of cache or queue is based on the way that comes with php:
serialize
, maybe I didn’t find it Clear, is it possible to configure the serialization method? Such as changing to:json
Beta Was this translation helpful? Give feedback.
All reactions