Package com.ramcosta.composedestinations.navargs
See: Description
-
Class Summary Class Description DestinationsNavType NavType version for Compose Destinations library. -
Interface Summary Interface Description DestinationsNavTypeSerializer Interface with behaviour for classes that can prepare a nonnull T type into a string usable in the navigation route and can parse that same string representation back into the T type. -
Annotation Summary Annotation Description NavTypeSerializer You can annotate a com.ramcosta.composedestinations.navargs.DestinationsNavTypeSerializer to signal the code generating task to consider the annotated class as a parser/serializer for a given type that will be used as navigation argument.