i have problem with serialization - some time ago i writen application in upp where i use serialization mechanism to save options & parameters (there is a lot of serialize functions) - now i have problem user told that anybody can edit that files and read (change) information abaut program
so i need to code it - is there simple metod to do it fast (i have litle bit of time)
Interesting...
Well, the most simple approach that comes to mind is to serialize using StringStream to String, then encrypt and save (and reverse for load).