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
Currently I'm working on unified API implementation for our project, and I'd like to use serializer for REST api serialization/deserialization.
But also we are looking to reuse metadata that required for JMSSerializer in our SOAP api implementation. I see that normalization/denormalization logic are coupled together in visitors. Could you please assist how we can use serializer in order to do array -> object denormalization and vise versa ?
The text was updated successfully, but these errors were encountered:
Hello!
Currently I'm working on unified API implementation for our project, and I'd like to use serializer for REST api serialization/deserialization.
But also we are looking to reuse metadata that required for JMSSerializer in our SOAP api implementation. I see that normalization/denormalization logic are coupled together in visitors. Could you please assist how we can use serializer in order to do
array -> object
denormalization and vise versa ?The text was updated successfully, but these errors were encountered: