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 » 
 
I want to get the same functionality (i.e, getting rid off from dirty reads, panthom reads and rep...
Fri 12/17/04
02:20:27AM
 
1
Thu 10/07/04
04:49:36AM
38
 
 
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 have the following code: Object myObject = Class.forName("package.MyClass").newInstance(); an...
Tue 02/19/02
08:17:00AM
 
2
Wed 02/13/02
03:23:51AM
41
 
 
Hello, I was wondering if somebody could clarify this for me. From my understanding is that an obje...
Wed 11/27/02
09:33:22AM
 
1
Wed 11/27/02
05:32:53AM
33
 
 
hi, I am working under JBuilder 5, with Borland AppServer 4.5. I am using the method defineCla...
Fri 05/17/02
05:46:48AM
 
1
Fri 05/17/02
04:19:22AM
38
 
 
 
I have serialized MyBean on one system and it is transported as a file to another where it is deseri...
Thu 05/06/04
11:59:33AM
 
2
Mon 05/03/04
02:10:31AM
60
 
 
I am getting ClassCastException with trying to do the following A SuperClass which cannot be ...
Tue 02/21/06
01:26:10PM
 
2
Tue 02/21/06
01:19:50AM
117
 
 
I have 2 classes serialized. In one class i serialize the object and write it to .txt file and in an...
Thu 12/04/08
05:58:05AM
 
1
Thu 12/04/08
01:40:24AM
484
 
 
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
 
 
Hi, I encountered the above problem when trying to deserialize an object using an open source packag...
Wed 09/17/03
02:05:42AM
 
0
Wed 09/17/03
02:05:42AM
32
 
 
 
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