CommandManager.deserialize(
String serializedParameterizedCommand)
Returns a
ParameterizedCommand with a command and
parameterizations as specified in the provided
serializedParameterizedCommand string.
ParameterizedCommand.generateCommand(
Command command,
Map parameters)
Take a command and a map of parameter IDs to values, and generate the
appropriate parameterized command.
ICommandService.deserialize(
String serializedParameterizedCommand)
Returns a
ParameterizedCommand with a command and
parameterizations as specified in the provided
serializedParameterizedCommand string.