J2N icon indicating copy to clipboard operation
J2N copied to clipboard

Add Serializable support for LurchTable<TKey, TValue>

Open NightOwl888 opened this issue 3 years ago • 0 comments

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 avatar Apr 26 '21 12:04 NightOwl888