org.mapdb / Serializer / BOOLEAN

BOOLEAN

static val BOOLEAN: GroupSerializer<Boolean>

A predefined Serializer that handles non-null Boolean whereby Booleans are serialized to a one byte format.

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