This isn’t necessarily Kotlin specific, but is any...
# announcements
i
This isn’t necessarily Kotlin specific, but is anyone aware of a simple library to handle persistence which allows you to add listeners for object modification, creation, and deletion? So far I’ve found Hazelcast, and have also considered rolling my own using the plain-old-filesystem for storage (perhaps using Gson for serialization).