class JacksonConverter : ContentConverter
JacksonConverter(: ObjectMapper = jacksonObjectMapper()) |
suspend fun deserialize(: <ERROR CLASS>, : TypeInfo, : ByteReadChannel): Any? |
|
suspend fun serialize(: ContentType, : <ERROR CLASS>, : TypeInfo, : Any): OutgoingContent |