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  21 to 30 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
Is there a way to include the class code in a serialized object so that it can be deserialized witho...
Fri 03/16/01
07:00:09AM
 
2
Tue 01/09/01
05:11:48PM
150
 
 
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
 
 
Can any one tell me the need of serialization? Thanks in Advance.
Mon 02/27/06
02:14:25PM
 
2
Mon 02/27/06
06:39:09AM
45
 
 
Hi, I have a problem in Java, if we want store a object in a stream we need to implement Runnable o...
Sun 01/07/07
05:51:28PM
 
2
Tue 01/02/07
02:48:38AM
38
 
 
what is the other purpose of serialization except that storing the data of object into stream
Sun 05/06/07
10:03:47AM
 
2
Fri 05/04/07
06:43:24AM
98
 
 
Which one of the following requirements must a class meet in order to be written to a stream using O...
Wed 09/19/07
09:46:03AM
 
2
Wed 09/19/07
02:51:28AM
349
 
 
 
Results  21 to 30 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact