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  131 to 140 of 436  « Prev 1... 9 10 11 12 13 14 15 16 17 18 ... 44 Next » 
 
Anybody please help me out with the answer for this question. I am giving u the choices also....
Thu 02/14/02
11:43:56PM
 
0
Thu 02/14/02
11:43:56PM
37
 
 
Please answer this also Sample Code import java.io.*; class C1 implements Serializable { C2...
Thu 02/14/02
11:47:37PM
 
0
Thu 02/14/02
11:47:37PM
28
 
 
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
 
 
What happens when a java application is shut down while in middle of serialising an object?Will it h...
Wed 02/20/02
05:58:10AM
 
1
Wed 02/20/02
04:51:08AM
40
 
 
I am trying to write a binary data file to a java space so a worker can then take it. What is the e...
Fri 02/22/02
08:13:05AM
 
0
Fri 02/22/02
08:13:05AM
32
 
 
 
how to syncronize object with out using syncronize key word
Mon 02/25/02
01:54:54AM
 
1
Mon 02/25/02
12:23:32AM
29
 
 
I have a Service object which I initiliase with name, description etc, but also an ArrayList of para...
Tue 02/26/02
05:14:41AM
 
0
Tue 02/26/02
05:14:41AM
32
 
 
I have serialized an object of the class javax.swing.text.DefaultStyledDocument with platform Java ...
Tue 02/26/02
07:45:51AM
 
1
Tue 02/26/02
04:04:46AM
46
 
 
Hi all, with the same code that you can find at the end, I have been able to send String, Date, .....
Wed 02/27/02
06:40:27AM
 
0
Wed 02/27/02
06:40:27AM
32
 
 
Hi, I am trying to serialize an object taken out of an array. The following code doesn't work. ...
Sat 03/16/02
03:27:23PM
 
1
Thu 02/28/02
09:19:50PM
32
 
 
 
Results  131 to 140 of 436  « Prev 1... 9 10 11 12 13 14 15 16 17 18 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact