Is it possible to deserialized a saved file of an old pascal system?https://www.reddit.com/r/programming/comments/1w6t25a/is_it_possible_to_deserialized_a_saved_file_of_an
I'm working on making a latest system from an old pascal system (created in year 2008). And am trying to retrieve all of the data from that old system. It's has been said that the data was encrypted by the creator of the old system. But when i looked into the contents of the saved file using notepad, there are still readable text which are the raw data of the system. That made me think - it might not be encrypted. it might be serialized, instead. Like a saved file of c# unity game. The old system is still alive but the source code of it is no more. And the creator already passed away. So, i cβ¦