convertToString

abstract fun <T : Any> convertToString(body: T, bodyType: KClass<T>): String

Converts the given body object into a string.

Sources

Link copied to clipboard