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
I'm writing a library right now and was wondering what is the best way of declaring a class/metadata file as serializable. In my library, I'm suggesting to install the serializer, but it's not installed by default.
So to ask my question simply:
What's the best way of defining metadata without forcing users to just add the directory I provide....
I'm writing a library right now and was wondering what is the best way of declaring a class/metadata file as serializable. In my library, I'm suggesting to install the serializer, but it's not installed by default.
So to ask my question simply:
What's the best way of defining metadata without forcing users to just add the directory I provide....
I'd like to be able to do something like,
and then my library is in charge of defining where my class metadata lies, etc.
Granted, if this is a Symfony2 bundle instead of a library, this is easy to do, but it's not.
I may be over thinking this.... maybe a break from a computer will help. 👅
Let me know if you know of the best solution.
The text was updated successfully, but these errors were encountered: