interface Converter<F : Any!, T : Any!>
Convert objects to and from their representation in HTTP. Instances are created by which is installed into the Retrofit instance.
Retrofit
Factory
abstract class Factory
Creates Converter instances based on a type and target usage.
Converter
convert
abstract fun convert(value: F): T?