ShikaSD / kotlin-object-serialization-fix

Java serialization fix for Kotlin object
MIT License
22 stars 2 forks source link

Add kotlin 1.5 support #3

Closed nvkleban closed 3 years ago

ShikaSD commented 3 years ago

Hey, wow, thanks for submitting the fix! I will check it locally and merge it after

ShikaSD commented 3 years ago

This one has a small problem related to how objects are generated in 1.5 (readResolve is generated as static). I will merge the PR and then push the fix on top :)