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  71 to 80 of 436  « Prev 1... 3 4 5 6 7 8 9 10 11 12 ... 44 Next » 
 
I use an URLClassLoader to load a class from a jar, then I instantiate an object and serialize it....
Fri 02/10/06
10:19:13PM
 
3
Fri 11/18/05
12:19:23PM
107
 
 
Can we make static variables Serializabe?If not how to make them Serializable? Thanks in advance. ...
Fri 12/16/05
04:19:09AM
 
4
Fri 10/07/05
08:56:43AM
106
 
 
I have some sub classes which extends the same super class. I send this sub class(s) through object ...
Fri 11/18/05
12:29:54PM
 
3
Thu 10/27/05
01:12:53PM
114
 
 
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
 
 
Hai Anybdy cld plz let me knw how to find out the memory address where the java objects are stor...
Mon 10/17/05
10:07:33AM
 
3
Thu 10/13/05
01:15:59PM
113
 
 
 
Hi, I am totally lost on how to deserialize (and reconstruct) an image taken from a java space. I...
Wed 10/12/05
06:54:39AM
 
1
Wed 10/05/05
12:32:41PM
132
 
 
Hi all, If my application can not establish connection with the server it is storing 8000 records ...
Tue 10/04/05
11:19:54AM
 
2
Mon 09/19/05
07:13:17AM
95
 
 
Is there a report API in Java or if there isn't how can one create Java classes that generate repor...
Tue 09/27/05
09:22:48AM
 
1
Tue 09/27/05
07:44:52AM
133
 
 
HI all! I have some sample code. FileOutputStream out=new FileOutputStream(femployee); //Ope...
Wed 08/24/05
10:05:53AM
 
1
Tue 08/23/05
06:49:03AM
105
 
 
I serialize an object OBJ-1 and transfer the bytes over a socket. On the SAME JVM, a listener reads ...
Mon 06/13/05
07:46:10AM
 
1
Wed 06/08/05
01:12:00AM
96
 
 
 
Results  71 to 80 of 436  « Prev 1... 3 4 5 6 7 8 9 10 11 12 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact