Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Decodable to support copying RSDUIStepObject classes from dictionaries. #42

Open
syoung-smallwisdom opened this issue Feb 28, 2018 · 0 comments

Comments

@syoung-smallwisdom
Copy link
Contributor

Currently the func copyInto(_ copy: RSDUIStepObject, userInfo: [String : Any]?) throws method on RSDUIStepObject requires duplicating similar code to that used to instantiate the object using the Decodable protocol. Refactor this method to allow overrides that implement customization beyond the basic replacement of strings and numbers.

syoung-smallwisdom pushed a commit to BridgeDigitalHealth/SageResearch that referenced this issue Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant