Could someone be nice to tell me the reason for serializing a struct into a bin file ?
I dont know what the serialized pack is for. I never do any application about serialization. please help.....:(
Printable View
Could someone be nice to tell me the reason for serializing a struct into a bin file ?
I dont know what the serialized pack is for. I never do any application about serialization. please help.....:(
Serialization is basically used to store object's state onto some persistent storage device.
For example, you can save a class object to an XML file.