deserialize method Null safety
- Map<
String, String> params, - DeserializeFinderFactory finderFactory,
- DeserializeCommandFactory commandFactory
Deserializes the command from JSON generated by Command.serialize.
Use finderFactory
to deserialize nested Finders.
Usually used for CommandWithTargets.
Call commandFactory
to deserialize commands specified as parameters.
See also:
- CommandWithTarget, a base class for commands with target finders.
- Tap, a command that uses Finders as parameter.
Implementation
Command deserialize(Map<String, String> params, DeserializeFinderFactory finderFactory, DeserializeCommandFactory commandFactory);