Package de. jensklingenberg. ktorfit. converter
Types
Core Response Converter
Link copied to clipboard
interface CoreResponseConverter
Content copied to clipboard
Response Converter
Link copied to clipboard
Implement this to support wrapping for custom types e.g. fun test() : MyCustomType
Suspend Response Converter
Link copied to clipboard
Implement this to support wrapping for custom types in suspend functions e.g. suspend fun test() : MyCustomType