You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if its possible to unserialize by injecting service into the object and ignore those on serialize?
for example, in symfony, if object is ContainerAware, it should not serialize $container property and on unserialize, it should inject the proper service?
The text was updated successfully, but these errors were encountered:
I would like to know if its possible to unserialize by injecting service into the object and ignore those on serialize?
for example, in symfony, if object is ContainerAware, it should not serialize $container property and on unserialize, it should inject the proper service?
The text was updated successfully, but these errors were encountered: