-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
stdClass Serialization Does Not Use Property Naming Strategy #1499
Comments
Hi!
|
Hi, thank you for the response. I did notice in the docs that there were some known limitations of serializing I had a similar thought with the code you posted and have gone through the exercise and implementing our own version of the Any ideas? Thanks. |
Hi! |
I am upgrading an old application that was using jms/serializer 1.14.1. I have upgraded it to 3.24.0 and am seeing different behavior that wasn't reported as a BC and I'm not finding any information about how to get back to the old ways.
The issue revolves around serializing
\stdClass
objects. Previous behavior would be to apply the property naming strategy, which by default meant converting camel case to snake case. On the newer version, however,\stdClass
does not appear to use the property naming strategy, even if defined explicitly.What am I missing?
Steps required to reproduce the problem
Expected Result
Actual Result
The text was updated successfully, but these errors were encountered: