Skip to content
New issue

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

Enable serialization of interceptors for future caching #10

Closed
lisachenko opened this issue Dec 11, 2012 · 1 comment
Closed

Enable serialization of interceptors for future caching #10

lisachenko opened this issue Dec 11, 2012 · 1 comment

Comments

@lisachenko
Copy link
Member

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.

lisachenko added a commit that referenced this issue Dec 11, 2012
@lisachenko
Copy link
Member Author

Relates to #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant