I have a data class in kotlin that is linked to a ...
# announcements
j
I have a data class in kotlin that is linked to a POJO that it is serializable. This is legacy code, so I am not sure why it needed to be serialize. But I am getting a NotSerializableException on the Kotlin data class.