Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.serialization
/
MosaicSerializer
/
encodeToJsonElement
encode
To
Json
Element
fun
<
T
>
encodeToJsonElement
(
serializer
:
SerializationStrategy
<
T
>
,
value
:
T
)
:
JsonElement
Encodes
value
to a
JsonElement
tree (not a string) using the given
serializer
.