BotCommands
Toggle table of contents
3.0.0-beta.3
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-core
/
io.github.freya022.botcommands.api.components.serialization
/
readValue
read
Value
inline
fun
<
T
:
Any
>
ObjectMapper
.
readValue
(
data
:
SerializedComponentData
)
:
T
(
source
)
fun
<
T
:
Any
>
ObjectMapper
.
readValue
(
data
:
SerializedComponentData
,
typeToken
:
KotlinTypeToken
<
T
>
)
:
T
(
source
)
Deserializes the given UTF-8 encoded JSON object
data
as a
T
instance.