was pointed to this blog post in case you really need to serialize: use a proxy object you write on your own to serialize and unserialize: http://danosipov.com/blog/?p=377
not sure how well this translates into symfony2, as there is no global registry afaik.
serializing proxies
was pointed to this blog post in case you really need to serialize: use a proxy object you write on your own to serialize and unserialize:
http://danosipov.com/blog/?p=377
not sure how well this translates into symfony2, as there is no global registry afaik.