Message
public protocol Message : CustomStringConvertible
A message which requires no acknowledgement by the server.
-
Declaration
Swift
func serialize() -> Data?
Return Value
The serialized format of the message.