Interface for handling the parsing and serialization of a specific kernel parameter type.
The type of value that this parameter represents
Serializes a value of type T to a string representation for command-line usage.
Attempts to parse a command-line argument into a value of type T.