write

fun write(binaryStream: DataOutputStream)

Serialize the receiver onto the given DataOutputStream, in a form suitable for reconstruction via the Definition constructor taking a DataInputStream.

Parameters

binaryStream

The DataOutputStream on which to serialize this Definition.