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

Change serialize() to split load/save to enable version compare during deserialization #1

Open
vishwabmc opened this issue Oct 5, 2017 · 0 comments

Comments

@vishwabmc
Copy link
Contributor

phosphor-debug-collector uses default serialize() function today. since this is the same one used for load and save, it won't give the flexibility of comparing the saved version with the current class version for taking decisions at de-serialization time.

For now, I enabled versioning to serialize() function but this issue will split it into load/save

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