First release of the lint check to find Kotlin objects which implement Serializable
but do not include a readResolve()
method to ensure correct singleton behaviour after deserialization.
First release of the lint check to find Kotlin objects which implement Serializable
but do not include a readResolve()
method to ensure correct singleton behaviour after deserialization.