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
The actual behavior of the serializer is to put virtual property on top of the resulting serialized string, but ...
Shouldn't be a way to set the accessor order like : "properties first, virtual property after ?"
I know it's possible to set this order with the @AccessorOrder property, but I think it could be easier.
Maybe I'm missing a feature of this bundle?
Regards,
The text was updated successfully, but these errors were encountered:
Hello,
The actual behavior of the serializer is to put virtual property on top of the resulting serialized string, but ...
Shouldn't be a way to set the accessor order like : "properties first, virtual property after ?"
I know it's possible to set this order with the
@AccessorOrder
property, but I think it could be easier.Maybe I'm missing a feature of this bundle?
Regards,
The text was updated successfully, but these errors were encountered: