Abstract method for tools to deserialize parameters into a Request object.
Each tool implementation creates its specific Request type from the parameters JSON node.
| parameters_node |
The parameters as a Json.Node (converted from Json.Object by execute()) |
|
A RequestBase instance or null if deserialization fails |