Results 1 to 7 of 7

Thread: what is object serialization?

  1. #1
    Junior Member
    Join Date
    Feb 2008
    Answers
    2

    what is object serialization?

    Hi all,

    What is object serialization? when we implement serializable interface?


  2. #2
    Junior Member
    Join Date
    Mar 2007
    Answers
    3

    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.

  3. #3
    Junior Member
    Join Date
    Feb 2008
    Answers
    3

    Re: what is object serialization?

    object serialization means storing states of an object in a persistant media like file etc


  4. #4
    Junior Member
    Join Date
    Nov 2006
    Answers
    5

    Re: what is object serialization?

    When you want ur object to be passed over network connection, you need to make that class serializable.


  5. #5
    Junior Member
    Join Date
    May 2008
    Answers
    7

    Re: what is object serialization?

    object serialization means storing the state of an object in a permanent storage area,for ex
    a file.


  6. #6

    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.


  7. #7
    Junior Member
    Join Date
    Jul 2008
    Answers
    3

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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact