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 have a json object that I received by making a get API call. I make this call to receive …
php json symfony deserialization jmsserializerbundleI've an entity I usually serialize using the JMS Serializer bundle. I have to add to the serialization some fields …
serialization symfony jmsserializerbundleI'm trying to serialize a entity relation with JMS Serializer. Here is the Entity: class Ad { /** * @Type("string") * @Groups({"manage"}) * * @…
php symfony jmsserializerbundleI am attempting to use JMSSerializer as a stand alone library to map JSON responses from an API to my …
php jmsserializerbundleI had a read through this : https://github.com/schmittjoh/serializer/issues/77 but did not find any way to serialize …
php symfony fosrestbundle jmsserializerbundleI have two entities I wish to serialize with the JMSSerializerBundle. The Music Entity has a mapping-file with exclusion_policy: …
serialization symfony symfony-2.1 symfony-2.0 jmsserializerbundleI'm trying to add a method to serialize, but JMS Serialize does not show the field. use JMS\Serializer\Annotation\…
php symfony jmsserializerbundleIm using Doctrine 2 ORM in my Zend project and need to serialize my Entities to JSON in several cases. ATM …
php doctrine jmsserializerbundle serializationI want to deserialize something like this: [ { "id": 42 }, { "id": 43 } ] Any idea how to do this?
symfony jmsserializerbundle jms-serializerMaybe it is just my misunderstanding of this annotation however it does not seam to work as expected. I have …
symfony jmsserializerbundle