KT-4107 Don't generate readResolve for data objects

This commit is contained in:
Pavel Mikhailovskii
2022-11-30 09:26:14 +01:00
committed by Space Team
parent ea346e3e0e
commit f96d41e414
9 changed files with 6 additions and 151 deletions
@@ -17,7 +17,6 @@ public final class SerializableDataObject {
private method <init>(): void
public method equals(@org.jetbrains.annotations.Nullable p0: java.lang.Object): boolean
public method hashCode(): int
private final method readResolve(): java.lang.Object
public @org.jetbrains.annotations.NotNull method toString(): java.lang.String
}