Ryan Rolnicki
11/14/2021, 6:18 AMsomeSerialFormat.decodeFromString<List<MyType>>(text)
some of the values in 'text' are bad...so say I have class MyType(val price: Double)
, and inside the serialized text a small number of entries have "price: Unknown", can I just skip those somehow and still get back a list of all the successes?Richard Gomez
11/14/2021, 8:43 PM