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
why not use a map for class->adapter mapping. currently is using a complicated package-> index-> subFactory-> if-else logic, which is neither efficient nor easy to understand.
Expected Behavior
just generate a map<Class, TypeAdapter> which will be extremely easy to debug and read
Issue Summary
why not use a map for class->adapter mapping. currently is using a complicated package-> index-> subFactory-> if-else logic, which is neither efficient nor easy to understand.
Expected Behavior
just generate a map<Class, TypeAdapter> which will be extremely easy to debug and read