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  51 to 60 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
Hi, I am doing Socket communication, where-in the client gets an object and builds a fixed format ...
Thu 05/15/03
09:25:13AM
 
1
Mon 04/14/03
05:35:08AM
36
 
 
I am working on a visual editor like rational rose in that activities are the visual objects. I want...
Mon 07/29/02
02:42:46AM
 
0
Mon 07/29/02
02:42:46AM
32
 
 
Hi, I am trying to pass a bean to a Session EJB but I am getting a runtime error "java.io.NotSerial...
Mon 02/13/06
03:20:14PM
 
1
Mon 02/13/06
11:44:31AM
104
 
 
How can I compress & decompress data(e.g, object) while storing them into a file?
Mon 04/30/01
03:55:40AM
 
0
Mon 04/30/01
03:55:40AM
108
 
 
Am I asking a ridiculous question here? Is it possible to write an object, one at a time using Seria...
Tue 07/18/06
04:50:48AM
 
2
Fri 07/07/06
05:18:58AM
118
 
 
 
How can I compress & decompress data(e.g, object) while storing them into a file?
Mon 04/30/01
03:49:14AM
 
0
Mon 04/30/01
03:49:14AM
35
 
 
Ive got this test class below: import java.util.Vector; import MisIO.*; public class Te...
Fri 01/18/02
04:00:00AM
 
0
Fri 01/18/02
04:00:00AM
30
 
 
Can Java "decompilers" generate Java source from serialized Java class files? Thanks, Barry
Sun 05/04/03
08:01:14PM
 
2
Sun 03/30/03
01:20:23PM
35
 
 
hi, I wanted to know if anyone can help me understand what the following means: byte[ ] ObjectOutpu...
Fri 09/15/06
03:19:28AM
 
1
Tue 09/12/06
03:30:56PM
94
 
 
I am experiencing problems when deserializing an object using ObjectInputStream.readDefaultObject()....
Mon 05/17/04
04:30:30AM
 
0
Mon 05/17/04
04:30:30AM
37
 
 
 
Results  51 to 60 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact