CollatedMessage

public protocol CollatedMessage : CustomStringConvertible

A message which returns a response from the server.

  • Declaration

    Swift

    func serialize(collationID: String) -> Data?

    Parameters

    collationId

    The collation ID to assign to the serialized message instance.

    Return Value

    The serialized format of the message.