MPBackupExporter
Entity able to serialize BackupData entities, like BackupMessage, BackupConversation, BackupUser into a cross-platform BackupData format.
Entity able to serialize BackupData entities, like BackupMessage, BackupConversation, BackupUser into a cross-platform BackupData format.
Samples
samples.backup.BackupSamplesJs.exportBackupEntity able to serialize BackupData entities, like BackupMessage, BackupConversation, BackupUser into a cross-platform BackupData format.
Samples
samples.backup.BackupSamplesNonJS.exportBackupConstructors
Functions
Finalize the export and write the data to the given output. This method should be called after all the data was added.
Exports all the previously added data to a BackupExportResult. This method should be called after all the data was added.
Finalize the export and write the data to the given output. This method should be called after all the data was added.
Persists all the data into a single backup file, returning a BackupExportResult. This method should be called after all the data was added.
Validates the given BackupConversation and its content.
Validates the given BackupMessage and its content.
Validates the given BackupUser and its content.