toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
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.