Concept Flow - File-based save system
Start Save Request
Gather Data to Save
Convert Data to String
Open/Create File
Write Data to File
Close File
Save Complete
Start Load Request
Open File
Read Data from File
Convert String to Data
Apply Loaded Data
Load Complete
This flow shows how a game saves data by converting it to a string and writing it to a file, then later reads the file and converts the string back to data.