ankushg
06/10/2023, 4:56 PM@Serializable data class MyDataClass(val inner: MyUnreliableDataClass?)
Where kotlinx.serialization will just insert null
as the value for inner
if the deserialization fails because the server-side json schema changed.
Is there an easy way to define this kind of a serializer?Shivam Verma
06/13/2023, 12:51 PM