. * */ namespace OCP\AppFramework\Http; interface IResponseSerializer { function serialize($response); }