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  111 to 120 of 436  « Prev 1... 7 8 9 10 11 12 13 14 15 16 ... 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
 
 
I have a Serializable class that has an attribute which is a class from 3rd party software that did ...
Sun 08/18/02
07:35:02PM
 
1
Thu 07/25/02
09:05:32AM
30
 
 
In my continuing saga to try to upgrade serialized data which a contains a 3rd party class who's new...
Mon 07/29/02
08:28:39AM
 
0
Mon 07/29/02
08:28:39AM
33
 
 
My program saves some of its data by serialization; existing data, created on 1.5, cannot be loaded...
Tue 12/12/06
08:56:01PM
 
1
Tue 12/12/06
11:16:20AM
124
 
 
Hello, I've just taken a look at the RMI tutorial, to be found at http://java.sun.com/docs/books/tu...
Mon 05/02/05
04:25:41AM
 
1
Tue 04/19/05
02:59:40AM
139
 
 
 
What's the difference between the SUID (Stream Unique IDentifier) and the private static member ser...
Wed 10/25/00
10:42:48AM
 
0
Wed 10/25/00
10:42:48AM
40
 
 
Serializing large objects (trees, XML-DOMs ...) to a database can be done by BLOBs. When i combine ...
Wed 01/09/02
05:58:06AM
 
1
Wed 01/09/02
02:25:15AM
33
 
 
Serializable is an marker interface in java,When we say something about interface it leads to a c...
Sun 07/28/02
08:34:07PM
 
1
Sun 07/28/02
05:07:53AM
33
 
 
How do I store a MimeMessage object into MySQL? I tried to use to getInputStream() method and stored...
Sun 08/18/02
07:27:10PM
 
1
Fri 07/26/02
01:05:33AM
37
 
 
I have a ByteArrayInputStream and I need to dump the content in to a String object without it being ...
Fri 07/18/03
08:55:57AM
 
0
Fri 07/18/03
08:55:57AM
36
 
 
 
Results  111 to 120 of 436  « Prev 1... 7 8 9 10 11 12 13 14 15 16 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact