Symfony konvertieren Entität in Array

$entityAsArray = $this->serializer->normalize($entity, null);
Sleepy Squirrel