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 Serializable support for LurchTable<TKey, TValue> #29

Closed
NightOwl888 opened this issue Apr 26, 2021 · 1 comment
Closed

Add Serializable support for LurchTable<TKey, TValue> #29

NightOwl888 opened this issue Apr 26, 2021 · 1 comment
Labels
help wanted Extra attention is needed is:feature pri:normal up for grabs This issue is open to be worked on by anyone

Comments

@NightOwl888
Copy link
Owner

LurchTable<TKey, TValue> was not made serializable, however all of the other J2N collections are. Given the fact that we already have examples of dictionaries being serialized, this should be fairly straightforward to do. However, there may be additional state on LurchTable that needs to be handled that isn't part of other dictionaries in this library, so it needs analysis.

@NightOwl888 NightOwl888 added help wanted Extra attention is needed is:feature pri:normal up for grabs This issue is open to be worked on by anyone labels Apr 26, 2021
@NightOwl888
Copy link
Owner Author

Since serialization is obsolete in .NET 8, this is no longer necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed is:feature pri:normal up for grabs This issue is open to be worked on by anyone
Projects
None yet
Development

No branches or pull requests

1 participant