We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As new user of plain JMS without Symfony I've struggled with various annotation exceptions.
It would be great if the docs could reference the need for setting the annotation registry up (https://stackoverflow.com/questions/14629137/jmsserializer-stand-alone-annotation-does-not-exist-or-cannot-be-auto-loaded):
AnnotationRegistry::registerLoader('class_exists');
The text was updated successfully, but these errors were encountered:
Will be happy to accept a pull request about it
Sorry, something went wrong.
done in #1047
No branches or pull requests
As new user of plain JMS without Symfony I've struggled with various annotation exceptions.
It would be great if the docs could reference the need for setting the annotation registry up (https://stackoverflow.com/questions/14629137/jmsserializer-stand-alone-annotation-does-not-exist-or-cannot-be-auto-loaded):
The text was updated successfully, but these errors were encountered: