serialize

open fun serialize(): ByteArray?

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

Return

Serialized User data.

Since

3.0.19