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
AnnotationException in AnnotationException.php line 54: [Semantical Error] The annotation "@ivory\Serializer\Mapping\Annotation\Type" in property User::$username does not exist, or could not be auto-loaded.
What am I doing wrong?
In the end I want to use custom classes instead of string but it is not working even for string
The text was updated successfully, but these errors were encountered:
I am trying to follow the example in the docs but I get an annotation error.
Example user class
Using serializer to serialize object to json
It throws following error
What am I doing wrong?
In the end I want to use custom classes instead of string but it is not working even for string
The text was updated successfully, but these errors were encountered: