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  101 to 110 of 436  « Prev 1... 6 7 8 9 10 11 12 13 14 15 ... 44 Next » 
 
Hi there, I wonder what value a transient field has after it is deserialized. Is it null or do...
Mon 06/03/02
05:49:14AM
 
1
Mon 06/03/02
04:05:20AM
32
 
 
Hi all, I want to create Blob objects. How can i do that ? Must I implement the java.sql.blob interf...
Wed 02/20/02
01:18:34AM
 
1
Tue 02/19/02
01:14:08AM
32
 
 
I am getting an InvalidClassException when deserializing. The serialization takes place in (what app...
Fri 05/24/02
10:05:10PM
 
0
Fri 05/24/02
10:05:10PM
28
 
 
I am using a tool that persists some java objects in a database. This tool generates the serialVersi...
Mon 03/17/08
09:13:15AM
 
1
Mon 03/17/08
12:46:41AM
97
 
 
I am experiencing problems when deserializing an object using ObjectInputStream.readDefaultObject()....
Mon 05/17/04
04:30:30AM
 
0
Mon 05/17/04
04:30:30AM
36
 
 
 
I have written a client server application in java in which the client and server communicate via se...
Tue 11/20/01
11:02:39AM
 
3
Tue 11/13/01
08:08:52AM
35
 
 
Hi, Can someone please point me in the right direction? I'd like to get an array of bytes from a...
Thu 11/15/01
11:44:14AM
 
1
Thu 11/15/01
11:28:20AM
31
 
 
Hi, I have developed an application that can communicate with a wireless modem via a COM Port, prov...
Mon 02/18/02
01:16:14AM
 
0
Mon 02/18/02
01:16:14AM
27
 
 
I have a Runnable object I want to serialize while it is being used in a live thread. I want to be...
Thu 12/01/05
03:02:55AM
 
1
Tue 11/29/05
09:42:02AM
91
 
 
I can't find any good documentation describing how this would happen, anyone care to run me through ...
Thu 08/30/01
02:32:45AM
 
0
Thu 08/30/01
02:32:45AM
41
 
 
 
Results  101 to 110 of 436  « Prev 1... 6 7 8 9 10 11 12 13 14 15 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact