-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Array to string conversion #14
Comments
I would have sent a PR with a fix but I'm unsure how to handle the exceptions since DeserializationInvalidValueException requires a previous one and InvalidUuidException requires invalid value as string. There clearly needs to be some change here but not exactly sure what. |
Thanks! I reported that too then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found a bug. I accidentally had
{}
in place of an uuid in request payload and deserialization failed on array to string conversion here:jms-serializer-uuid/src/Uuid/UuidSerializerHandler.php
Line 61 in 9c669d7
The text was updated successfully, but these errors were encountered: