writeBytes Function

external fun writeBytes(packed: Boolean): ByteArray

Serialises this outline so it can be stored or passed between processes.

Return

the serialised outline

Parameters

  • packed — true to compress the output.

Throws

Top