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  31 to 40 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
Is there a way to serialize an object as an XML document?
Wed 05/03/00
11:44:00AM
 
0
Wed 05/03/00
11:44:00AM
29
 
 
What is ObjectStreamClass used for?
Thu 05/04/00
08:38:11AM
 
0
Thu 05/04/00
08:38:11AM
44
 
 
What is ObjectStreamField used for?
Thu 05/04/00
08:38:50AM
 
0
Thu 05/04/00
08:38:50AM
36
 
 
Can an object of type Class be serialized?
Thu 05/04/00
08:39:12AM
 
0
Thu 05/04/00
08:39:12AM
42
 
 
I am able to write an object using ObjectOutputStream but when I try to read the object back using...
Wed 06/14/00
05:07:36PM
 
0
Wed 06/14/00
05:07:36PM
78
 
 
 
How can I change the names of instance variables in a class which is Serializable and still be able ...
Mon 06/26/00
09:06:08PM
 
0
Mon 06/26/00
09:06:08PM
43
 
 
How can an applet read a serialized object residing in the same directory?
Thu 06/22/00
02:28:07PM
 
0
Thu 06/22/00
02:28:07PM
48
 
 
Are methods also serialized along with the data members?
Sun 09/17/00
02:29:20AM
 
0
Sun 09/17/00
02:29:20AM
112
 
 
Is there any significant performance gain in serialization from declaring instance variables as tr...
Mon 09/18/00
12:24:44PM
 
0
Mon 09/18/00
12:24:44PM
45
 
 
Is there any way to save the state of an object of a class which does not implement Serializable o...
Sat 09/30/00
02:45:33AM
 
0
Sat 09/30/00
02:45:33AM
42
 
 
 
Results  31 to 40 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact