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  131 to 140 of 436  « Prev 1... 9 10 11 12 13 14 15 16 17 18 ... 44 Next » 
 
Hello I have 2 java processes. The first one starts the other using "Runtime.exec". The first one, ...
Wed 03/28/01
08:15:49AM
 
0
Wed 03/28/01
08:15:49AM
33
 
 
Hi, The servlets in our application is invoking a RMI server to create a serializable object. This...
Tue 03/27/07
09:32:57PM
 
1
Mon 03/26/07
03:48:45AM
107
 
 
I have this doubt in Java, thought I would check it out with you. Hope its allright. I have a class ...
Wed 10/16/02
10:53:25AM
 
1
Wed 10/16/02
10:34:55AM
32
 
 
Hi, I have an object that implements the 'Serializable' interface. I succeeded in serializing this...
Wed 07/24/02
09:22:42AM
 
1
Wed 07/24/02
07:31:19AM
36
 
 
I want to compress and uncompress a Byte Array , how to do? I am using ZipOutputStream, ZipInputStr...
Tue 06/01/04
01:29:38PM
 
0
Tue 06/01/04
01:29:38PM
44
 
 
 
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
 
 
As per my understanding Serializable is a marked interface, which has no methods. If a class imp...
Tue 03/29/05
05:09:14AM
 
0
Tue 03/29/05
05:09:14AM
124
 
 
It is written in documentation that if writeObject and readObject methods are there they must have...
Thu 03/31/05
08:56:06PM
 
1
Tue 03/29/05
05:33:12AM
108
 
 
Hello, I am experiencing a new serialization exception. I am not sure if it something subtle that ...
Tue 10/14/03
04:24:06PM
 
0
Tue 10/14/03
04:24:06PM
33
 
 
Hello, I have created a class called plot2D which extends an Applet and implements Serializable. It ...
Fri 12/21/01
05:49:16AM
 
1
Thu 12/20/01
03:17:17PM
38
 
 
 
Results  131 to 140 of 436  « Prev 1... 9 10 11 12 13 14 15 16 17 18 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact