JMSSerializerBundle icon indicating copy to clipboard operation
JMSSerializerBundle copied to clipboard

Easily serialize, and deserialize data of any complexity (supports XML, JSON, YAML)

Results 95 JMSSerializerBundle issues
Sort by recently updated
recently updated
newest added

I have a project with two Symfony apps that communicate via an API. I also have a `CommonBundle`, which is independent and shared by both the `Client` and `Core` apps....

question

I'm using `JMSSerializerBundle` with `FOSRestBundle`. I use the `yml` reference to serialize datas on a given class but I have to use another config for a method inside this class...

question

I have a custom subscriber and YML files to define what should and should not be included/excluded within the serialized object. I can get these to work independently of one...

question
serializer issue

I noticed that when you try to deserialize data in a model, if the type is not the same as expected in the `@Type()` annotation, the bundle just set basic...

question
serializer issue

Hey guys, let's take the models User and Post. The User model has a property `$posts` which of course is an `ArrayCollection` of Post objects. If I now shoot in...

serializer issue

Hi there, probably this is a known issue, at least I could not find it ... We have a class FooCollection that extends an abstract Class Collection. All properties and...

question
serializer issue

Unsure whether it is a real issue or my ignorance. Starting do doubt it might be a real issue. Problem: When serializing a collection of Doctrine enitities the collection will...

question
serializer issue

Hi I a similar xml: ```xml KERATIN- 100% Lidské vlasy k prodloužení REMY, přírodní Blond 46,55,60cm P2/613 HairStar Keratin ``` it is possible to map the attribute for "id" in...

question
serializer issue

Hi, I don't know if this is an issue or i don't use it as intended but when i try to serialize an array of entities with enableMaxDepthChecks the output...

serializer issue

I have a need for serializing about 20.000 objects witch each have 7 relations that also need serialized (in total that is a lot). Currently it is not possible to...

idea
serializer issue