It writes the instance of an object to a stream, be it a file or the network. You can use it to save the state of your program, or to transfer data over the internet.
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
Posted: Tue Aug 03, 2010 8:28 pm Post subject: Re: About this thing Serialization..
NINTENDO wrote:
this thing Serialization does it save an instanced object or the whole class or what?
Depends on the language and how it allows serialization to be done. Most methods of serialization require you to define what to serialize which means a full object/class wont be serialized unless you specifically tell it to.
If you are looking for support with it, please let us know what language you are coding in. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum