Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to "serialize" option when set to true
When the viewBuilder's "serialize" option is set to true, all the view variables are serialized. Some controllers classes can use this feature in your 'initialize' methods to avoid set up this option in all your actions. [1] - https://api.cakephp.org/4.2/class-Cake.View.JsonView.html [2] - https://api.cakephp.org/4.2/class-Cake.View.XmlView.html
- Loading branch information