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
All interceptors should implement Serializable interface. Key problem here is that Closure can not be serialized, so need to decide how this can be implemented.
With serialization support overhead for production mode can be lowered by getting the list of advices for the class from the cache.
The text was updated successfully, but these errors were encountered:
All interceptors should implement Serializable interface. Key problem here is that Closure can not be serialized, so need to decide how this can be implemented.
With serialization support overhead for production mode can be lowered by getting the list of advices for the class from the cache.
The text was updated successfully, but these errors were encountered: