org.mapdb / Serializer / RECID

RECID

static val RECID: GroupSerializer<Long>

A predefined Serializer that handles non-null Long used as a recid whereby recids are serialized to an eight byte format including a checksum.

If a null value is passed to the Serializer, a NullPointerException will be thrown.