This repository was archived by the owner on Sep 4, 2026. It is now read-only.
This repository was archived by the owner on Sep 4, 2026. It is now read-only.
Decodable to support copying RSDUIStepObject classes from dictionaries. #42
Currently the
func copyInto(_ copy: RSDUIStepObject, userInfo: [String : Any]?) throwsmethod onRSDUIStepObjectrequires duplicating similar code to that used to instantiate the object using theDecodableprotocol. Refactor this method to allow overrides that implement customization beyond the basic replacement of strings and numbers.