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
Primitive types could be properly converted to their strict representations instead of being just strings.
I.e.: GET http://domain.local/some/path?active_and_upcoming=true&past=false&visible=true&offset=0&limit=10 will be mapped to the following structure:
Now in Normalizer you would expect to hydrate the object like this:
Primitive types could be properly converted to their strict representations instead of being just strings.
I.e.:
GET http://domain.local/some/path?active_and_upcoming=true&past=false&visible=true&offset=0&limit=10
will be mapped to the following structure:Now in
Normalizer
you would expect to hydrate the object like this:But you will get an error:
The text was updated successfully, but these errors were encountered: