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
we have an api which relies on the jms serializer to serve tabelized property names. We are implementing a newer version in which the serialized property names should be camelCased. Both representations must be maintained.
We tried to use Events subscribers (pre and post serialization) to intercept and modify the the data/flags but it seems not possible.
Any suggestions? Basically, it would be great if there is a way to force using camelCase when the Pre/Post events are triggered. I can only relate it to the NamingStrategy variable
The text was updated successfully, but these errors were encountered:
Hello,
we have an api which relies on the jms serializer to serve tabelized property names. We are implementing a newer version in which the serialized property names should be camelCased. Both representations must be maintained.
We tried to use Events subscribers (pre and post serialization) to intercept and modify the the data/flags but it seems not possible.
Any suggestions? Basically, it would be great if there is a way to force using camelCase when the Pre/Post events are triggered. I can only relate it to the NamingStrategy variable
The text was updated successfully, but these errors were encountered: