php-serializer
php-serializer copied to clipboard
Serialize PHP variables, including objects, in any format. Support to unserialize it too.
Howdy, Can this package convert a serialized string to array? And from array back to serialized. I need to do a search-replace on unsafe serialized strings. Thanks! Lucas
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...
So recently I've spent a few hours trying to figure out why I was having issues unserializing data that was serialized properly. It took awhile to figure it out. Here's...
Introduction of this feature will mean a big performance boost as it will deal with less information. Considering the process is already fast, it's good news. This would mean passing...
Typical example, Doctrine Proxy classes, are causing these, but any kind of circular references should stopped by placing an id (works for Doctrine, not random objects with this issue), or...
Support optional serializing strategies instead of hard-coding them in the bundles and packages. By popular demand, the `Eloquent Serializer Driver` would be first. Second should be Doctrine. Affects the Serializer...