serialize

abstract fun serialize(payload: OutboxPayload): String

Serializes the payload into a string.

Return

the serialized payload

Parameters

payload

the payload of the outbox item