ktor-gson / io.ktor.gson / GsonConverter

GsonConverter

class GsonConverter : ContentConverter

GSON converter for ContentNegotiation feature

Constructors

<init>

GsonConverter(gson: Gson = Gson())

GSON converter for ContentNegotiation feature

Functions

convertForReceive

suspend fun convertForReceive(context: PipelineContext<ApplicationReceiveRequest, ApplicationCall>): Any?

convertForSend

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