nrobi
12/23/2019, 11:57 AMkotlinx-serialization? I’m using 0.14.0 , and I’m gettin pretty randomly java.lang.NoClassDefFoundError:, some time it works, some time it doesn’t 🤷nrobi
12/23/2019, 11:58 AMList parsing in a generic way?molikuner
12/23/2019, 2:33 PMKSerializer<T>.list . Thats probably the most generic think you can get. Maybe via reflection a little bit more, but I wouldn’t recommend it. What do you need exactly?nrobi
12/24/2019, 11:48 AMfield: List<T> with call.receive<MyModel>