unpack

abstract fun unpack(message: String): Message(source)

Unpacks a given string representation of a message into a Message object.

Return

The unpacked Message object.

Parameters

message

The string representation of the message to unpack.