deserialize abstract method

Command deserialize(
  1. Map<String, String> params,
  2. DeserializeFinderFactory finderFactory,
  3. 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:

Implementation

Command deserialize(Map<String, String> params, DeserializeFinderFactory finderFactory, DeserializeCommandFactory commandFactory);