Serialization

Serialization allows you to create a JVM-independent binary representation of an in-memory Java object. This external representation may be used to transfer or store the object and to recreate it in another JVM.  

Serialization allows you to create a JVM-independent binary representation of an in-memory Java object. This external representation may be used to transfer or store the object and to recreate it in another JVM.   <<Less

Latest Announcements
Welcome to the new jGuru Forums!
We've updated the jGuru Forum platform to make our forums easier to use and navigate, as well as to ... ...Read More
SUBSCRIBE       NEW TOPIC
Results  1 to 10 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
When I serialize large object (220k or larger) it takes something like 10 seconds. My question is wh...
Sun 07/14/02
05:43:04PM
 
1
Sat 07/13/02
11:33:55PM
34
 
 
I am currently doing an java application. I have a controller class holding a hashtable storing r...
Thu 11/10/05
07:48:29AM
 
3
Fri 10/14/05
01:22:12AM
122
 
 
Where does the need come to cast a superclass reference to a subclass object?
Fri 02/01/02
09:51:17PM
 
1
Fri 02/01/02
08:59:19PM
34
 
 
If two interfaces are implemented having identical methods, when the method is called, how can we kn...
Wed 11/28/01
06:33:50AM
 
2
Thu 11/08/01
04:22:33AM
40
 
 
if we aplly serialization also the state of an object is not stored then how to store the sate of th...
Sun 03/18/07
10:48:02AM
 
1
Sat 03/17/07
11:29:20PM
38
 
 
 
whats the purpose of serialize interface? it dosent has any methods and variables? how our class ...
Mon 09/05/05
02:57:51PM
 
2
Wed 07/27/05
04:25:41AM
115
 
 
Runnable has nothing at all to do with serialization. and since the Serializable interface is a no...
Wed 01/03/07
03:15:40AM
 
1
Wed 01/03/07
02:53:15AM
29
 
 
Hi, I have a problem in Java, if we want store a object in a stream we need to implement Runnable o...
Sun 01/07/07
05:51:28PM
 
2
Tue 01/02/07
02:48:38AM
38
 
 
Hi, I have a problem in Java, if we want store a object in a stream we need to implement Runnable or...
Tue 01/02/07
10:41:26PM
 
1
Tue 01/02/07
02:49:09AM
33
 
 
What is the difference between Serialization and marshalling?
Fri 07/11/08
05:14:48PM
 
4
Mon 05/28/01
03:41:02AM
2005
 
 
 
Results  1 to 10 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact