ktor-jackson / io.ktor.jackson / JacksonConverter / convertForSend

convertForSend

suspend fun convertForSend(context: PipelineContext<Any, ApplicationCall>, contentType: ContentType, value: Any): Any?