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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: