jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.87k stars 873 forks source link

Working example using Kryo as a value serializer #1018

Open smeana opened 1 year ago

smeana commented 1 year ago

Hello

I am unable to find a working example using kryo, protobuf or any other serialization protocol. seems like you have already implemented a Kryo serializer but it is not in the current version, or I am unable to find it.

Regards