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
Since the version 3, the interface AdvancedNamingStrategyInterface is no longer available. I want to upgrade my JMSSerializeBundle to v3 (current installed version: 2.4) but I can't find an alternative to replace the previous interface.
I created a custom naming strategy that implements AdvancedNamingStrategyInterface. It allowed me to decide wether or not I need to use the @SerializedName annotation or the name of each properties depending the direction (deserialization/serialization).
How can I perform this task in the latest version of the bundle ?
Cheers
The text was updated successfully, but these errors were encountered:
Since the version 3, the interface
AdvancedNamingStrategyInterface
is no longer available. I want to upgrade my JMSSerializeBundle to v3 (current installed version: 2.4) but I can't find an alternative to replace the previous interface.I created a custom naming strategy that implements
AdvancedNamingStrategyInterface
. It allowed me to decide wether or not I need to use the @SerializedName annotation or the name of each properties depending the direction (deserialization/serialization).How can I perform this task in the latest version of the bundle ?
Cheers
The text was updated successfully, but these errors were encountered: