aspose file tools
The moose likes Distributed Java and the fly likes Serialization question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Serialization question" Watch "Serialization question" New topic
Author

Serialization question

Ashwin Kumar
Ranch Hand

Joined: Apr 07, 2005
Posts: 78
In the serialization process What happens to the object references included in the object?


Preparing SCEA..<br />SCBCD 5.0<br />SCWCD 1.4<br />SCJP 1.4
Avi Abrami
Ranch Hand

Joined: Oct 11, 2000
Posts: 1112

Shonak,
The entire object graph is serialized (when you use the default serialization mechanism). I suggest you refer to the Serialization Guide for more details.

Good Luck,
Avi.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Serialization question
 
Similar Threads
Object serialization
Object Serialization or RMI?
Serialization help
can somebody explain this?
what is meant by saving an object's state to a sequence of bytes