JMS Serializer,添加json根元素

时间:2015-01-10 21:35:18

标签: 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'));

如何在此响应中添加根元素?

0 个答案:

没有答案