The stacktrace shows a call to `lookupSerializerBy...
# ktor
p
The stacktrace shows a call to
lookupSerializerByType
which does not look for serializers in
listMappers
(where
registerList<Long>()
places the serializer).
e
Hi @pardom. Unfortunately, deserialization of generic collections isn't supported for now(in common code).
p
Hmm, I’m using the JVM runtime. Is the lack of support in Ktor or kotlinx.serialization?
e
Probably
kotlinx.serialization
side.
p
okay, thanks.