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

improved type adapter declarations #13

Open
martino2k6 opened this issue Jun 21, 2015 · 0 comments
Open

improved type adapter declarations #13

martino2k6 opened this issue Jun 21, 2015 · 0 comments

Comments

@martino2k6
Copy link
Owner

Bind the type adapters at interface-level to keys, as opposed to requiring each method which uses a custom type to use the TypeAdapter annotation.

This should result in less duplication for the definitions, and should also pave the way for caching the type adapter instances when the invocation handler is created as opposed to instantiating them on each method invocation (where required) and then just throwing them away.

@martino2k6 martino2k6 self-assigned this Jun 21, 2015
@martino2k6 martino2k6 added this to the 2.0.0 milestone Jun 21, 2015
@martino2k6 martino2k6 modified the milestone: 2.0.0 Apr 17, 2016
@martino2k6 martino2k6 removed their assignment Apr 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant