CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: searialised

  1. #1
    Join Date
    Sep 2008
    Posts
    16

    Question searialised

    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.....

  2. #2
    Join Date
    Jan 2006
    Location
    18° 32' N / 73° 52' E
    Posts
    416

    Thumbs up Re: searialised

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured