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 think we can close this issue
Serializing entity managed by UnitOfWork is not possible/good practice however there is no problem with serializing entity not attached to entity manager
Is it possible to serialize doctrine 2 entity created for example using DQL select?
Passing such entity object to serializer makes my script timeout after 30s.. seems that object handled by entity manager is to big for serialization.
Is there any proper way to serialize entity and maybe its related entities?
I would like to store serialized entity in cache (apc).
The text was updated successfully, but these errors were encountered: