Hello. I'm in the process of moving from Gson to k...
# serialization
m
Hello. I'm in the process of moving from Gson to kotlinx-serialization. My idea idea is, as I'm moving the DTOs to use kotlinx-serialization, to add an Gson typeadapter that would delegate the (de)serialization of that DTO to kotlinx-serialization. Has anyone followed such process, and implemented this type of migration?