Satyam Agarwal
02/14/2020, 1:34 PMarrow-integrations-jackson-module
, is that ingration for Helios like Retrofit example on the website ?
In most webapp frameworks like ktor, spring, usually there are 2 places where one registers encoders and decoders.
1. While intercepting an incoming request, to convert the json payload into data classes, and outgoing response to covert data classes to json strings
2. http clients, where basically same thing happens.
Would Helios in the future provide any support for these scenarios with types and apis, like retrofit?
Also I see that Helios uses Either for parsing return type, are there plans to use IO/BIO in future?