ResponseMapper

sealed interface ResponseMapper<T>(source)

Functions

Link copied to clipboard
abstract fun deserialize(json: Json, body: String): T