@JvmStatic fun deserialize(serialized: String): UserCommand
Deserializes a user command from the given string.
serialized - the string generated by serialize to deserialize.
serialized
Return the deserialized UserCommand from the given string.