writeBytes Function

external fun writeBytes(packed: Boolean): ByteArray

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

Return

the serialised text

Parameters

  • packed — true to compress the output

Throws

Top