Prepare for your Next Interview
This is a discussion on what is object serialization? within the Java forums, part of the Software Development category; Hi all, What is object serialization? when we implement serializable interface?...
|
|||
|
what is object serialization?
Hi all,
What is object serialization? when we implement serializable interface? |
| The Following User Says Thank You to karri_sushma For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: what is object serialization?
Serilization is the process of writing the state of the object to a byte stream.
This is usefull when you want to save the state of your program in a persistence storage area. Serializable : Serializable is an interface which extends Serializable interface and sends data into streams in compressed format. Last edited by shekarGeek : 02-21-2008 at 12:39 AM. Reason: Missing about serlizable interface. |
| The Following User Says Thank You to shekarGeek For This Useful Post: | ||
|
|||
|
Re: what is object serialization?
Serialization is a process of writing an object to a byte Stream to a storage device.
Its importance is realized in an enviroment where client- server or distributed communication is required ex web based programs. There it is required that the object have to be send from client to server thus to avoid errors to creep in. Objects are serialized and hence they can be send anywhere. |
|
|||
|
Re: what is object serialization?
hi,
Operating system is only known (Byte,character Stream). when we come across situation like pass Object Over Network, O/s can't Understand Object. that's why we convert object into byte.... using Serializaton interface... |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how QTP indentifies the object plz provide me all the ways of identifying the object | dasiga | QTP | 8 | 01-15-2008 12:20 PM |
| serialization | j_priyaa | Java | 3 | 11-23-2007 03:04 AM |
| WinRunner not identified object , what 2 do other than virtual object wizard method. | jayant_gajbhiye | WinRunner | 6 | 10-16-2007 07:23 AM |
| custom serialization | sivareddy20 | C# | 1 | 06-26-2007 04:25 AM |
| Is there any Problem with Serialization? | RyanJames | C and C++ | 1 | 11-12-2006 03:10 PM |