Is it possible to use custom serializer (not Kotlin Serialization) for type safe navigation?
s
Stylianos Gakis
10/17/2024, 9:13 AM
No. They use kotlinx.serialization internally because of the information it provides to them like being able to know the name of the fields to build the routes etc.