encodeArgsToStringUnsafe

fun encodeArgsToStringUnsafe(args: Any?, serializer: JSONSerializer): String(source)

Encodes the provided arguments into a JSON string representation without type safety checks.

Throws

If the provided arguments cannot be cast to the expected type TArgs.