Top "Jmsserializerbundle" questions

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).

JMS Serializer: how to use camel case for properties

I'm using FOS Rest bundle and JMS Serializer to create a REST Api. The problem is I would like to …

symfony serialization fosrestbundle jmsserializerbundle
JMS Serializer doesn't expose one property

I making a RESTful app with Symfony and FOSRestBundle. FOSRestBundle uses JMS Serializer to serialize data to json format. I …

symfony json fosrestbundle jmsserializerbundle
JMSSerializer deserializing collection

I have a problem with deserializing serialized collection of doctrine collections. Couldn't find docs about that and any topics and …

symfony doctrine-orm jmsserializerbundle
Serialize POST request body into array with FOSRestBundle

I am trying to make a Rest web service using Symfony 3 and FOSRestBundle. I come from a Spring + Jackson background …

php rest symfony fosrestbundle jmsserializerbundle
Symfony2, FOSRestBundle. How to use group with JMSSerializerBundle?

I have entity: <?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation\Groups; //... /** * @ORM\…

symfony fosrestbundle jmsserializerbundle
JMS Serializer Deserialize with abstract parent class

I have an abstract parent (mapped super-)class which has several children with different properties which I'd like to deserialize. …

symfony deserialization doctrine-odm jmsserializerbundle
JMSSerializerBundle RuntimeException: you must define a type for Entity::$field

I'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 jmsserializerbundle
You have requested a non-existent service "jms_serializer"

I'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