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 sample app demonstrates the use of a custom ParcelableSerializer in order to use sealed class routes in Jetpack Compose that can later be retrieved using toRoute<ParentClass>().
See this issue on the Android Issue Tracker for more details.
About
A sample project demonstrating use of a custom ParcelableSerializer with type-safe Compose Navigation routes.