Hi, I have to write a data parser with ktor in mul...
# multiplatform
d
Hi, I have to write a data parser with ktor in multiplatform where, we can get success, error or any other detail value (detail value can be a hashmap of data with dynamic type). So I need to pass a POJO which we deal when we get success, a default POJO which deals with error data, and a third catch POJO which takes any other value type. can this be done with Kotlin serializer, any resources on this ? and will it work with Native iOS as well ?