I created a Serialisation library for Kotlin calle...
# library-development
n
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
Did you compare it to kotlinx.serialization using Protobuf as encoding format?
n
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