Join Slack
Powered by
How would I write a SerialDescriptor for a list th...
# serialization
a
Ayfri
08/07/2023, 10:28 PM
How would I write a SerialDescriptor for a list that can have different types ? I need to create a serializer for
Triple<A, B, C>
class as an array 🙂
a
Adam S
08/07/2023, 10:48 PM
try taking a look at these links •
https://github.com/Kotlin/kotlinx.serialization/issues/1906
•
https://github.com/Kantis/ks3/blob/v0.3.1/ks3-standard/src/jvmMain/kotlin/io/ks3/standard/TupleSerializer.kt
Open in Slack
Previous
Next