标签: json zend-framework serialization frameworks jms
我使用JMS Serializer来序列化我的Doctrine PersistentCollection。
$coll = $em->getRepository('Application\Entity\MyEntity')->findAll(); return $this->getResponse()->setContent($serializer->serialize($coll, 'json'));
如何在此响应中添加根元素?