ankushg
08/03/2021, 12:45 AM{
foo: [1, 2, 3]
}
Is there a way to deserialize that into
data class MyClass(val foo: String)
and have the value of MyClass.foo
be the string "[1, 2, 3]"
?ephemient
08/03/2021, 12:53 AMankushg
08/03/2021, 12:57 AM