decodeArgs

open fun decodeArgs(rawArgs: JSONObject, serializer: JSONSerializer): TArgs(source)

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

Parameters

rawArgs

The raw JSON object that contains the encoded arguments

serializer

The JSON serializer to use.