decodeArgs

fun decodeArgs(rawArgs: JsonObject): TArgs(source)

Decodes the provided raw JSON arguments into an instance of the specified arguments type.

Return

the decoded arguments of type TArgs

Parameters

rawArgs

the raw JSON object that contains the encoded arguments