Relative Content

Tag Archive for phpsymfonysymfony-serializer

Deserialize a json into an entity with Symfony Deserializer

I need to save a snapshot of an entity in a json field and I’m trying to deserialize it. The problem is that the result of the deserialization, has all the ID with null value. I dont want to insert all the setters for the ID in the entities.