serialize

open override fun serialize(value: T): String?

Serializes a value to a command-line argument with the parameter's primary alias.

Return

The command-line argument in the format "-alias=value", or null if the value shouldn't be included

Parameters

value

The value to serialize