Serializable

public protocol Serializable : Message

A Message that is serializable. In other words: that can be transformed into a binary format, ready to be sent to another device. Serializable messages use the Message.title and Serializable.dataBytes properties to compute the serialized message.