You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[serde(default)]// if we add new fields, give them default values when deserializing old state
15
15
pubstructLogViewerApp{
16
16
#[serde(skip)]
17
-
// TODO 1 Fix issue where if data is included in the save load fails? (Need to check if it is failing and check if we can do a round trip on deserialize then serialize then deserialize)
17
+
// TODO 1 Fix issue where if data is included in the load fails
18
18
// TODO 2 after fixing issue with serializing and deserializing then change to only a map so access pattern can be consistent
0 commit comments