kobweb
Toggle table of contents
0.24.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kobweb
kobwebx-serialization-kotlinx
/
com.varabyte.kobweb.api.http
/
encode
encode
jvm
inline
fun
<
T
>
Body.Companion
.
encode
(
body
:
T
,
bodySerializer
:
SerializationStrategy
<
T
>
=
serializer()
)
:
Body
(
source
)
A serialization-aware convenience factory method that can be used to create
Body
instances.