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

More extensible Persistence #41

Closed
Miha-x64 opened this issue Aug 12, 2018 · 1 comment
Closed

More extensible Persistence #41

Miha-x64 opened this issue Aug 12, 2018 · 1 comment

Comments

@Miha-x64
Copy link
Owner

Remove List, Enum, EnumSet support from PropertyIo; introduce interface Converter<T> { fun read(DataInput): T; fun write(DataInput, T) }; add List, Enum, EnumSet, ByteString support as extensions.

Maybe move this to another artifact.

@Miha-x64
Copy link
Owner Author

3ad6745

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