Geeks Talk

Prepare for your Next Interview




what is object serialization?

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


Go Back   Geeks Talk > Software Development > Java

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 02-20-2008
Junior Member
 
Join Date: Feb 2008
Posts: 2
Thanks: 1
Thanked 1 Time in 1 Post
karri_sushma is on a distinguished road
what is object serialization?

Hi all,

What is object serialization? when we implement serializable interface?
Reply With Quote
The Following User Says Thank You to karri_sushma For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 02-21-2008
Junior Member
 
Join Date: Mar 2007
Location: mumbai
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
shekarGeek is on a distinguished road
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.
Reply With Quote
The Following User Says Thank You to shekarGeek For This Useful Post:
  #3 (permalink)  
Old 02-22-2008
Junior Member
 
Join Date: Feb 2008
Location: bangalore
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
kulkarni85 is on a distinguished road
Re: what is object serialization?

object serialization means storing states of an object in a persistant media like file etc
Reply With Quote
  #4 (permalink)  
Old 05-22-2008
Junior Member
 
Join Date: Nov 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
rohitmania is on a distinguished road
Re: what is object serialization?

When you want ur object to be passed over network connection, you need to make that class serializable.
Reply With Quote
  #5 (permalink)  
Old 05-28-2008
Junior Member
 
Join Date: May 2008
Location: mumbai
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
poo_roh is on a distinguished road
Re: what is object serialization?

object serialization means storing the state of an object in a permanent storage area,for ex
a file.
Reply With Quote
  #6 (permalink)  
Old 06-07-2008
Junior Member
 
Join Date: Jan 2008
Location: India
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
ShahnawazSheikh is on a distinguished road
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.
Reply With Quote
  #7 (permalink)  
Old 07-26-2008
Junior Member
 
Join Date: Jul 2008
Location: Chennai
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
mppandi is on a distinguished road
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...
Reply With Quote
Reply

  Geeks Talk > Software Development > Java


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 06:21 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved