andylamax
12/08/2020, 5:55 AMPerson.serializer().list
can't be resovled. How do I get a list serializer in kotlinx-serilialization-1.0.1
?rnett
12/08/2020, 5:58 AMListSerializer(Person.serializer())
I think, or something like that. They moved from extensions to the standard generic style.andylamax
12/09/2020, 12:16 AM