Antanas A.
05/31/2019, 1:03 PM@Serializable
interface EventData
error:
e: java.lang.IllegalStateException: Backend Internal error: Exception during code generation
Cause: Back-end (JVM) Internal error: @Serializable annotation on class EventData would be ignored because it is impossible to serialize it automatically. Provide serializer manually via e.g. companion object
This interface will be used as a marker interface and it will be used on data class X(...) : EventDatasandwwraith
05/31/2019, 1:13 PMAntanas A.
05/31/2019, 1:15 PMAntanas A.
05/31/2019, 1:15 PMAntanas A.
05/31/2019, 1:18 PMsandwwraith
05/31/2019, 1:18 PM