Overload List

  NameDescription
DeserializeCommand(String, EndecaCommand)
Initializes the specified command with values deserialized from the specified state, which was obtained by a previous call to SerializeCommand(EndecaCommand).
(Inherited from CommandSerializationProvider.)
DeserializeCommand(EndecaCommand, IDictionary<(Of <(String, String>)>))
Initializes the specified command with the serialized property values in the specified dictionary.
(Inherited from ReflectionCommandSerializationProvider.)
DeserializeCommand(String, EndecaCommand, CommandSerializationContext) (Inherited from ReflectionCommandSerializationProvider.)

See Also