Save Game
Save Game to Bytes Convert all infos from save game to bytes. Can be used to save on google play for example |
Bytes to Save Game Convert bytes to save game object. Can be casted if bytes correspond to the class |
String
String to Bytes Convert string to bytes |
Bytes to String Convert bytes to string |
File
Save Bytes to File Save bytes to file on disk. Return false if could not create for some reason |
Load Bytes from File Load bytes from file on disk. Return false if file not found |
Delete Bytes File Delete file on disk. Return false if file not found |
Load Bytes from File Pure Pure version of Load Bytes form File |