We have the following class:
class PersonDto(val name: String)
What annotation would you use to serialize it using Kotlin serialization?
We have the following class:
class PersonDto(val name: String)
What annotation would you use to serialize it using Kotlin serialization?
Create a free account to access the full topic