serialize

open override fun serialize(): ByteArray

Serializes the Participant instance. This byte array can be stored in the database in your application. The instance can be restored by buildFromSerializedData.

Return

Serialized Sender data.

Since

4.3.0