Daniel Sippel

Results 13 comments of Daniel Sippel

@juban Same here, no idea.

i experienced the same problem.. my problem: i used the following ORM data type "json_array" in the entity. ``` @ORM\Column(type="json_array", name="other_nationalities", nullable=true) ``` in this case the serializer wants to...