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 serialization support for Beanfabrics GUI components #1

Closed
mkarneim opened this issue Jan 9, 2014 · 1 comment
Closed

Add serialization support for Beanfabrics GUI components #1

mkarneim opened this issue Jan 9, 2014 · 1 comment
Assignees
Labels
Milestone

Comments

@mkarneim
Copy link
Owner

mkarneim commented Jan 9, 2014

Beanfabrics 1.1 does not support serialization of GUI components.

See https://code.google.com/p/beanfabrics/issues/detail?id=84 for the original request.

@ghost ghost assigned mkarneim Jan 9, 2014
@mkarneim
Copy link
Owner Author

mkarneim commented Jan 9, 2014

I have added basic serialization support to the upcoming release 1.2.0 of Beanfabrics.
(Please check out the development branch at https://github.com/mkarneim/beanfabrics/tree/devel-release-1.2.)

Basic serialization support means, that only GUI components are serializable by default.

Since PM components are not serializable by default, you can serialize GUI components only, if they are not bound to any PM components, OR if you provide serialization support by subclassing them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant