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  401 to 410 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
 
While working on Applet-Servlet communication, I'm trying to send a Vector object from servlet to ap...
Fri 04/20/01
08:34:52PM
 
2
Tue 04/17/01
05:26:28AM
104
 
 
Seems like I should be able to run a tool which, given a class name can walk through all the instanc...
Wed 10/17/01
06:54:24AM
 
2
Tue 10/09/01
08:10:06AM
35
 
 
If two interfaces are implemented having identical methods, when the method is called, how can we kn...
Wed 11/28/01
06:33:50AM
 
2
Thu 11/08/01
04:22:33AM
40
 
 
Hi I am writing a client-server application which exchange serialized objects over the socket connec...
Wed 01/02/02
12:21:22PM
 
2
Fri 11/09/01
11:48:05AM
36
 
 
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
40
 
 
 
What is the purpose of using serialization?what is the advantage of this?Give some sample situations...
Tue 04/09/02
07:35:37AM
 
2
Tue 04/09/02
12:29:35AM
31
 
 
Is is true that the static fields can not be serialized anyway ? I found that the m_lnkRef not s...
Fri 05/10/02
01:28:49PM
 
2
Fri 04/26/02
02:34:44AM
31
 
 
Hi, I am getting an Invalid class exception for some reason. I have an array that is sent over the ...
Wed 06/05/02
08:54:51AM
 
2
Fri 05/24/02
12:12:20AM
31
 
 
Thu 07/11/02
03:19:18AM
 
2
Fri 06/14/02
04:44:35AM
29
 
 
What do you mean by serialization? Why do you need to do serialization?
Tue 09/03/02
10:39:28AM
 
2
Mon 09/02/02
11:14:07PM
30
 
 
 
Results  401 to 410 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact