decodeMessagesFromString

fun StringFormat.decodeMessagesFromString(string: String): Messages

Decodes a string representation of Messages using the provided StringFormat.

Return

The deserialized Messages object.

Parameters

string

The string representation of Messages to decode.