dump

abstract fun dump(stream: DataOutputStream)(source)

Dump the object to a DataOutputStream

Parameters

stream

The DataOutputStream to dump the object to


open fun dump(stream: OutputStream)(source)

Dump the object to an OutputStream

Parameters

stream

The OutputStream to dump the object to


open fun dump(): ByteArray(source)

Dump the object to an ByteArray

Return

The ByteArray with the dumped object