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.
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\BasicEntityand presumably overridenormalizemethod (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.