You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A valid TestDTO object with $date and $propA filled properly
Actual Result
An invalid TestDTO object without $date and $propA
I am not sure if I am missing something but I have read the docs several times and apparently I am not missing anything in my code.
Installed JMS packages version:
jms/metadata 2.5.1 Class/method/property metadata management in PHP
jms/serializer 3.14.0 Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.
jms/serializer-bundle 3.8.0 Allows you to easily serialize, and deserialize data of any complexity
The text was updated successfully, but these errors were encountered:
@goetas I am busy atm but I'll keep an eye on this. While I am not using groups anymore I will prepare a repo with a simple demo for this and see if the error persists in the latest versions if not then I will close this issue.
Steps required to reproduce the problem
TestDTO
as follow:Expected Result
TestDTO
object with$date
and$propA
filled properlyActual Result
TestDTO
object without$date
and$propA
I am not sure if I am missing something but I have read the docs several times and apparently I am not missing anything in my code.
Installed JMS packages version:
The text was updated successfully, but these errors were encountered: