ktor-client-json / io.ktor.client.features.json / JsonSerializer / read

read

open fun read(type: TypeInfo, body: Input): Any
Deprecated: Please use overload with io.ktor.util.reflect.TypeInfo parameter


open fun read(type: TypeInfo, body: Input): Any

Read content from response using information specified in type.