Nikky
09/22/2019, 7:56 PMBaseClass.serializer()
Dominaezzz
09/22/2019, 8:33 PMDominaezzz
09/22/2019, 8:33 PM@Polymorphic
nd stuff?Nikky
09/22/2019, 8:50 PM@Polymorphic
does not affect sealed
, but once i replaced it with abstract class
it worksNikky
09/22/2019, 8:51 PM* Does not affect sealed classes, because they are gonna be serialized with subclasses automatically
* with special compiler plugin support which would be added later.
Dominaezzz
09/22/2019, 8:51 PM@Serializable(PolymorphicSerializer::class)
?Dominaezzz
09/22/2019, 8:51 PMNikky
09/22/2019, 8:52 PMDominaezzz
09/22/2019, 8:52 PMNikky
09/22/2019, 8:56 PMDominaezzz
09/22/2019, 8:57 PM