<@U0ZFBBUBU> Doesn't kotlin prevent object seriali...
# announcements
k
@groostav Doesn't kotlin prevent object serialization by default already?
g
not with the version of 1.1 I was using, I previously had an issue where duplicate object instances were created, meaning they failed equality checks, so i had to override readResolve. But I went looking for that issue and couldn't find it, so perhaps it was fixed in 1.2?