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  111 to 120 of 436  « Prev 1... 7 8 9 10 11 12 13 14 15 16 ... 44 Next » 
 
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
 
 
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
31
 
 
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
 
 
Hello There, Considering that I have an object[A], how can I maintain/get the count of the object...
Mon 04/01/02
09:36:30PM
 
0
Mon 04/01/02
09:36:30PM
30
 
 
Hello, there is some problems with making a deep copy (cloning) of a certain Vector that contains so...
Tue 04/02/02
11:52:47AM
 
0
Tue 04/02/02
11:52:47AM
30
 
 
 
I want to exchange objects between sockets, and I want to use a GZIP stream over my object stream in...
Tue 04/16/02
06:13:55PM
 
0
Tue 04/16/02
06:13:55PM
27
 
 
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
 
 
Hello, What is meant by pushbackinputstream? This I got when I have instantiaged an URL object ...
Wed 05/01/02
10:11:25AM
 
0
Wed 05/01/02
10:11:25AM
28
 
 
I would like to write serialized objects to a file.The file is split into three parts.The first p...
Tue 05/07/02
11:34:15PM
 
0
Tue 05/07/02
11:34:15PM
28
 
 
This message appears when I try to save a Panel with all subcomponents. My programm saves JLabel in ...
Thu 05/16/02
04:30:01AM
 
0
Thu 05/16/02
04:30:01AM
33
 
 
 
Results  111 to 120 of 436  « Prev 1... 7 8 9 10 11 12 13 14 15 16 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact