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  1 to 10 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
I am trying to pass a java object to a servlet running in different JVM from my perform method (runn...
Fri 07/12/02
11:29:21AM
 
0
Fri 07/12/02
11:29:21AM
26
 
 
Any ideas on how to more efficiently serialize an object hierarchy of 20,000 - 30,000 objects? We...
Wed 09/04/02
10:31:40PM
 
1
Fri 08/30/02
09:13:43AM
27
 
 
Please tell me, if I have two dates which are objects of Date or Gregorian class, how can I find out...
Tue 06/25/02
09:49:40PM
 
1
Tue 06/25/02
07:39:27PM
27
 
 
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, I have developed an application that can communicate with a wireless modem via a COM Port, prov...
Mon 02/18/02
01:16:14AM
 
0
Mon 02/18/02
01:16:14AM
27
 
 
 
When I Encode an object using XMLEncode everything seems to be OK except that my Vector objects do n...
Mon 05/27/02
11:43:15PM
 
1
Sat 05/25/02
03:29:29PM
27
 
 
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
27
 
 
I need to keep a list of clients with name and number. I don´t know how many clients will connect, ...
Mon 09/16/02
04:58:09PM
 
2
Mon 09/16/02
03:13:58PM
27
 
 
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
27
 
 
Hi people, I have a doubt. I have a project and I use Administrator classes to manage objects from...
Mon 03/18/02
05:11:59AM
 
1
Sun 03/17/02
04:12:43PM
27
 
 
 
Results  1 to 10 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact