A bundle for the Symfony 2-framework that allows you to serialize objects into a variety of output formats (such as YAML, XML or JSON).
I'm using FOS Rest bundle and JMS Serializer to create a REST Api. The problem is I would like to …
symfony serialization fosrestbundle jmsserializerbundleI making a RESTful app with Symfony and FOSRestBundle. FOSRestBundle uses JMS Serializer to serialize data to json format. I …
symfony json fosrestbundle jmsserializerbundleI have a problem with deserializing serialized collection of doctrine collections. Couldn't find docs about that and any topics and …
symfony doctrine-orm jmsserializerbundleI am trying to make a Rest web service using Symfony 3 and FOSRestBundle. I come from a Spring + Jackson background …
php rest symfony fosrestbundle jmsserializerbundleI have entity: <?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation\Groups; //... /** * @ORM\…
symfony fosrestbundle jmsserializerbundleI have an abstract parent (mapped super-)class which has several children with different properties which I'd like to deserialize. …
symfony deserialization doctrine-odm jmsserializerbundleI'm having this issue with JMSSerializerBundle. It basically gives me an exception for something that I've already done. This is …
symfony doctrine doctrine-orm symfony-2.1 jmsserializerbundleI'm trying to use JMSSerializerBundle but the service isn't listed after run app/console container:debug | grep jms_serializer $ app/…
symfony symfony-2.1 jmsserializerbundle