Converter that takes an encoded string representation and produces a
corresponding MethodKey object.
This converter supports the following encoded forms:
"methodName" - the name of the method to invoke, where the method is
expected to have no arguments.
"methodName(param1Type param1Name, paramNType paramNName)" - the name of
the method to invoke, where the method is expected to have parameters
delimited by a comma. In this example, the method has two parameters. The
type is either the fully-qualified class of the argument OR a known type
alias. The name is the logical name of the argument, which is used during
data binding to retrieve the argument value.
MethodKeyobject.This converter supports the following encoded forms: