I created a Serialisation library for Kotlin called Memento(https://github.com/NKb03/Memento) which beats Java in performance and disc space for very large objects. Let me hear what you think of it!
l
louiscad
09/21/2018, 5:59 AM
Did you compare it to kotlinx.serialization using Protobuf as encoding format?
n
Niko Knop
09/21/2018, 6:58 AM
I know kotlinx.serialization but my main goal was to have a very flexible serialisation mechanism that allows me to extract the most important information out of an object and reconstructing it from the most important information. For explanation see the README