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
@kirilltSerializable is needed because we are storing ImageDefaults as JSON text. So to convert its objects to JSON and back efficiently we are using kotlinx-serialization.
Good reasons should be provided for implementing Parcelable, and that means new storage format because Parcelable is more better for sharing object across activities or fragments
Otherwise can lead to crashes.
The text was updated successfully, but these errors were encountered: