Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes EJB and other Java EE Technologies and the fly likes serialization Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "serialization" Watch "serialization" New topic
Author

serialization

sitaram irrinki
Ranch Hand

Joined: Feb 16, 2005
Posts: 158
What is the diff between deep AND shallow Serialization?
Scott Selikoff
Saloon Keeper

Joined: Oct 23, 2005
Posts: 3652

Do you mean shallow versus deep cloning? I'm not aware of those attributes being described in terms of serilization.


My Blog: Down Home Country Coding with Scott Selikoff
Annie Smith
Ranch Hand

Joined: Mar 05, 2005
Posts: 172
Originally posted by sitaram irrinki:
What is the diff between deep AND shallow Serialization?


You probably mean deep copying with Serialization.
http://java.sun.com/developer/JDCTechTips/2001/tt0410.html


Cheers!<br /><b>Annie</b>
 
I agree. Here's the link: http://jrebel.com/download
 
subject: serialization
 
Similar Threads
Object serialization
Encryption.... need help!!! :(
writing hashtable to a file
deserialization constructor execution doubt.
I/O