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
If I'm trying to use @Accessor(getter="getName") on Doctrine Entrity with type @Orm\ManyToOne works fine with version 0.9.0 but in ne version causes LogicException that is string not object.
Also namespace was changed from JMS\SerializerBundle\Annotation to JMS\Serializer\Annotation - why this is not compatible ?
The text was updated successfully, but these errors were encountered:
It's an noble quest striving to add new features and maintaining backwards compatibility at the same time, and regardless of how hard you try, sometimes you simply fail to achieve it.
All I can say is, please see the UPGRADING file for instructions on how to adjust your project.
If I'm trying to use @Accessor(getter="getName") on Doctrine Entrity with type @Orm\ManyToOne works fine with version 0.9.0 but in ne version causes LogicException that is string not object.
Also namespace was changed from JMS\SerializerBundle\Annotation to JMS\Serializer\Annotation - why this is not compatible ?
The text was updated successfully, but these errors were encountered: