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  61 to 70 of 436  « Prev 1... 2 3 4 5 6 7 8 9 10 11 ... 44 Next » 
 
What is the difference between Serialization and Passivation
Mon 01/31/05
06:02:28AM
 
1
Mon 01/31/05
12:49:26AM
56
 
 
I am creating a class object and then serializing it using the following code. ByteArrayOutputStrea...
Tue 02/08/05
08:26:29AM
 
1
Thu 02/03/05
08:18:02AM
34
 
 
can anyone tell me wat is the usage of serialization? how it serializes the objects? can i serialize...
Mon 02/07/05
05:06:48AM
 
1
Mon 02/07/05
02:41:54AM
47
 
 
lease i need help regarding this matter suppose that your having an applet that implements writeob...
Sat 02/12/05
06:42:42PM
 
1
Sat 02/12/05
04:56:24PM
41
 
 
I am creating an Array of object contains huge data and size, in my project. I am getting "Out Of M...
Thu 02/17/05
08:53:33PM
 
1
Tue 02/15/05
11:46:47PM
31
 
 
 
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
107
 
 
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
 
 
Hi all, I am not understanding Serialization.When we say Serialization of objects,we mean writ...
Fri 12/16/05
03:47:34AM
 
1
Fri 12/16/05
12:41:12AM
103
 
 
i'm declaring a Class object like this: Class type[]= {java/lang/String, java/lang/Float}; and wh...
Wed 01/18/06
11:35:08AM
 
1
Tue 01/03/06
07:56:11PM
115
 
 
class car implements Serializable { } class ford extends car { } If u attempt to serialize an instan...
Fri 01/06/06
07:13:08PM
 
1
Fri 01/06/06
02:39:06PM
101
 
 
 
Results  61 to 70 of 436  « Prev 1... 2 3 4 5 6 7 8 9 10 11 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact