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
This is not an issue but I didn't know where to put this. I've been trying to implement a NavigatorSaver to save and restore state of @Serializable data classes. I needed it because my multiplatform data classes had kotlinx.DateTime classes and they're not java.io.Serializable. I'm open to change my approach if you suggest me some other way to serialize DateTime classes.
If anyone needs it, here is how I've implemented it:
This is not an issue but I didn't know where to put this. I've been trying to implement a NavigatorSaver to save and restore state of
@Serializable
data classes. I needed it because my multiplatform data classes had kotlinx.DateTime classes and they're notjava.io.Serializable
. I'm open to change my approach if you suggest me some other way to serialize DateTime classes.If anyone needs it, here is how I've implemented it:
And your screen:
The text was updated successfully, but these errors were encountered: