hello :wave: it appears that `ListSerializer` only...
# serialization
d
hello 👋 it appears that
ListSerializer
only accepts a single serializer - any idea whether it is possible to specify list of different serializers to be used?
basically I got a list of
MyWrapper<T>
objects and I need to somehow construct a list -> with just
json.encodeToString(myList)
I'm hitting https://github.com/Kotlin/kotlinx.serialization/issues/944
as a workaround I could serialize each entry individually but that seems like an overkill....