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
Using customer converters we can delegate the deserialization of the meta-data to the HTTP client, instead of having the abstract model Jake Wharton's talk on custom converters.
Context
This enables us to remove unnecessary boilerplate encapsulating models/code.
Process
See the talk then:
Create custom converter
Configure the custom converter to deserialize the metadata
Feed the actual model(s) directly
Make necessary Presenter(s), Service interfaces changes
The text was updated successfully, but these errors were encountered:
Using customer converters we can delegate the deserialization of the meta-data to the HTTP client, instead of having the abstract model Jake Wharton's talk on custom converters.
Context
This enables us to remove unnecessary boilerplate encapsulating models/code.
Process
See the talk then:
The text was updated successfully, but these errors were encountered: