serialName
Returns a serial name of a serializable class that cannot be deserialized due to missing fields. Typically, equal to the SerialDescriptor.serialName of the serializable class.
However, in cases the class was compiled with an old Kotlin serialization plugin, its serial name may be unavailable and this property is null.