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
When implementing custom converter of Retrofit, I found LoganSquare.mapperFor(ParameterizedType) is really useful, however, constructor ParameterizedType(Type) isn't public so it's hard to create ParameterizedType.
When implementing custom converter of Retrofit, I found LoganSquare.mapperFor(ParameterizedType) is really useful, however, constructor ParameterizedType(Type) isn't public so it's hard to create ParameterizedType.
Example:
The text was updated successfully, but these errors were encountered: