CommonMPBackupExporter
abstract class CommonMPBackupExporter(selfUserId: BackupQualifiedId, val logger: BackupLogger? = null)
Entity able to serialize BackupData entities, like BackupMessage, BackupConversation, BackupUser into a cross-platform BackupData format.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Finalize the export and write the data to the given output. This method should be called after all the data was added.
Link copied to clipboard
Validates the given BackupConversation and its content.
Validates the given BackupMessage and its content.
Validates the given BackupUser and its content.
Link copied to clipboard
internal abstract fun zipEntries(data: List<BackupPage>): <Error class: unknown class><<Error class: unknown class>>