Results 1 to 4 of 4

Thread: what does 'serialize' means?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2003
    Posts
    436

    what does 'serialize' means?

    I am working with exception managment block and I came across "Serializing a BaseApplicationException Object"

    thanks
    nath

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    There's a lot of info on this at MSDN, but basically serialization is the process of taking an object that's in memory and converting it to a form that can be stored or transported.

    For example, you may want to take an object and transport over the network so another process can use it, or persist an object to disk that saves the user's current settings.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2003
    Posts
    436

    thank you

    thank you

  4. #4

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