adrielcafe / voyager

🛸 A pragmatic navigation library for Jetpack Compose
https://voyager.adriel.cafe
MIT License
2.61k stars 142 forks source link

A way to exclude particular field from serialization process #508

Open MurashkoIlya opened 2 weeks ago

MurashkoIlya commented 2 weeks ago

Hey! I'm interested is there a way to exclude fields from serialization process? It would be nice to have that possibility

Syer10 commented 2 weeks ago

The serialization process uses Java Serialization so you can exclude fields using @Transient.