Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 9b96e95

Browse files
authored
Update README
1 parent b503be0 commit 9b96e95

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Java serialization fix for Kotlin object
22

3+
## The plugin is no longer supported, please use [`data object`](https://kotlinlang.org/docs/object-declarations.html#data-objects) instead.
4+
35
Solves the problem of Kotlin object being having different instance after deserialization using built-in Java serialization.
46
The issue is described quite well [here](https://blog.stylingandroid.com/kotlin-serializable-objects/).
57

0 commit comments

Comments
 (0)