|
-
Jan 2nd, 2004, 12:29 PM
#1
Thread Starter
Hyperactive Member
what does 'serialize' means?
I am working with exception managment block and I came across "Serializing a BaseApplicationException Object"
thanks
nath
-
Jan 2nd, 2004, 01:47 PM
#2
Frenzied Member
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.
-
Jan 2nd, 2004, 02:40 PM
#3
Thread Starter
Hyperactive Member
-
Jan 2nd, 2004, 02:41 PM
#4
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|