Stable Release
In this release we have implemented the possibility to change the Serialize-Type at runtime by adding a method in the ResponseFactory.
By default 'json' should always be used. Is specified in the configuration file 'json'. And in certain areas, such as a sitemap controller, you can use ResponseFactory::withSerializeType('xml');
to override the configuration for this controller or routine.