Suppose I have a User class with \'name\' and \'password\' properties, and a \'save\' method. When serializing an object of this class to JSON via json_encode, the method is pro
Bit late but another option is to use symfony serializer to deserialize xml, json, whatever to Object.
here is documentation: http://symfony.com/doc/current/components/serializer.html#deserializing-in-an-existing-object