bod
01/17/2021, 4:46 PMkotlin.Number
is not Serializable. What's the easiest way to deal with this?jw
01/17/2021, 5:03 PMbod
01/17/2021, 5:19 PMjw
01/17/2021, 6:43 PMbod
01/17/2021, 11:06 PMisLenient
set to true, and decoding to the correct type on a higher layer (I guess I could have used a custom serializer but wanted to keep it simple.)