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  41 to 50 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
I am using XMLEncoder/XMLDecoder to serialize my objects. However, I am now missing the Object.rea...
Fri 07/12/02
05:36:14AM
 
0
Fri 07/12/02
05:36:14AM
51
 
 
Is it possible to have a class say FileWrite.java which implements serializable and uses writeObject...
Sun 09/16/01
10:12:02PM
 
1
Wed 09/12/01
02:26:40PM
29
 
 
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
 
 
I have two problems. one is how to append in to a file. Second is i'm trying to read the file using ...
Fri 10/22/04
04:24:29AM
 
1
Thu 10/21/04
01:24:57AM
39
 
 
hi all, i just trying to port a java code from windows to linux, its a webapp using jetty, and the t...
Tue 11/29/05
09:17:42AM
 
0
Tue 11/29/05
09:17:42AM
101
 
 
 
Hi all, when i excute the programme, like below statement it is working fine MimeBodyPart obj ...
Thu 04/18/02
04:43:20AM
 
0
Thu 04/18/02
04:43:20AM
45
 
 
I´m serializing a class, sending from a servlet to an applet, and when I deserialize the class insid...
Thu 10/31/02
12:33:44PM
 
1
Tue 10/29/02
02:16:49AM
28
 
 
hello I have to serialize an object the main thing in this object is a hastable (String, object) Th...
Sat 04/20/02
03:20:52AM
 
1
Thu 04/11/02
11:02:17AM
30
 
 
String s="Tue, 28 Oct 2003 04:26:27 -0500 (GMT-05:00)"; can anyone parse this String to Date objec...
Tue 10/28/03
05:58:32AM
 
1
Tue 10/28/03
03:40:47AM
48
 
 
What is object oriented programming??
Mon 04/09/01
01:05:00PM
 
1
Sun 03/25/01
04:02:08PM
99
 
 
 
Results  41 to 50 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact