org.mapdb / Serializer / serialize

serialize

abstract fun serialize(out: DataOutput2, value: A): Unit

Serializes the content of the given value into the given DataOutput2.

Parameters

out - DataOutput2 to save object into

value - Object to serialize

Exceptions

IOException - in case of an I/O error