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
Configuration
interface
Configuration
(
source
)
Configuration for client and server
ContentNegotiation
plugin
Report a problem
Members
Functions
register
Link copied to clipboard
abstract
fun
<
T
:
ContentConverter
>
register
(
contentType
:
ContentType
,
converter
:
T
,
configuration
:
T
.
(
)
->
Unit
=
{}
)