Any hint of how to register a serializer for Array...
# serialization
r
Any hint of how to register a serializer for ArrayList, since I get
Copy code
kotlinx.serialization.SerializationException: Class 'ArrayList' is not registered for polymorphic serialization in the scope of 'Any'.
will see if the is a way forward:
m
r
Is best practice to open a new ticket? even if root cause is the same. For me the code worked before update of serialization lib.
m
Just answer to the existing issue with your use case :)
👍 1
k
Any update for this ?