Egon Olieux
Egon Olieux
Replying to https://github.com/willdurand/Hateoas/issues/290#issuecomment-506225139 here. I'm certainly willing to work on this. I can't say when however as I'm quite busy at this time. For those interested in a "decent enough"...
I tried creating separate config files as @mgiustiniani suggested, but the serializer still seems to use the annotations of the `PaginatedRepresentation` and related classes. Since I'm using Symfony 4.1, my...
I can't remember if I copied it from my config or just made a typo here, because I removed it from my config after noticing it didn't work. Anyway, I...
Do you mean this file? ```
Ah, found it: ``` Information for Service "jms_serializer.handler.entity_id_handler" ================================================================== ---------------- ----------------------------------------------------------------- Option Value ---------------- ----------------------------------------------------------------- Service ID jms_serializer.handler.entity_id_handler Class AppBundle\Serializer\Handler\EntityIdHandler Tags jms_serializer.subscribing_handler (direction: deserialization) Public no Synthetic no Lazy no...
I'm afraid I don't know what you are referring to exactly. How and where can I check this?
That makes sense. I found the following entry in the container cache for the handler registry: ``` 'EntityId' => array('json' => array(0 => 'jms_serializer.handler.entity_id_handler', 1 => 'deserialize')) ``` No serialize...
Here is a pastebin of the whole method: https://pastebin.com/t9NEZdME
> This might be more likely an issue in the underlying swagger-php library. I think not, because using the `OpenApi\Attributes\Property` directly does not reproduce the issue. I suspect this might...
Any update on reviewing this?