core
/
io.github.bluegroundltd.outbox
/
OutboxHandler
/
serialize
serialize
abstract fun
serialize
(payload:
OutboxPayload
):
String
Content copied to clipboard
Serializes the payload into a string.
Return
the serialized payload
Parameters
payload
the payload of the outbox item