Open
Description
Hi,
I have trouble deserializing a datetime object from request body.
I added birthDate field to CreateUserReqDto
. Should I deserialize it manually?
In a documentation I found that DTOs should inherit Apitte\Core\Mapping\Request\BasicEntity
and presumably override normalize
method (which is not mentioned in the documentation). But it doesn't work.
I guess the same problem is going to be with other non-primitive types.
Metadata
Assignees
Labels
No labels
Activity