serialize

fun serialize(argsBuilder: MutableList<String>)

Serializes the current parameter value and adds it to the argument list. If the value is null or the parameter handler returns null, nothing is added.

Parameters

argsBuilder

The mutable list to add the serialized argument to