ktor-serialization
Toggle table of contents
3.2.1
common
Platform filter
common
Switch theme
Search in API
ktor-serialization
ktor-serialization
/
io.ktor.serialization
/
Configuration
/
register
register
abstract
fun
<
T
:
ContentConverter
>
register
(
contentType
:
ContentType
,
converter
:
T
,
configuration
:
T
.
(
)
->
Unit
=
{}
)
(
source
)