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

Add serialisation / deserialisation of the widget tree #5

Closed
andydotxyz opened this issue Feb 17, 2018 · 2 comments
Closed

Add serialisation / deserialisation of the widget tree #5

andydotxyz opened this issue Feb 17, 2018 · 2 comments
Assignees

Comments

@andydotxyz
Copy link
Member

Json looks like a good match for our structure. For those items where we are allowing multiple types in one generic store (like canvas.Objects) we may need custom code like demonstrated here: http://gregtrowbridge.com/golang-json-serialization-with-interfaces/

@andydotxyz
Copy link
Member Author

JSON does not seem to work well because of the way containers have a list of different child widgets - XML can convey this more cleanly.
But this is not a priority.

@andydotxyz
Copy link
Member Author

This is actually in, though requires more work testing...
Defyne uses this to save/load GUI.

Full Framework automation moved this from To do to Done Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant