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  91 to 100 of 436  « Prev 1... 5 6 7 8 9 10 11 12 13 14 ... 44 Next » 
 
Can a Vector or a Hashtable be serialized and deserialized?
Sat 06/24/00
02:27:04PM
 
0
Sat 06/24/00
02:27:04PM
53
 
 
I have a java application that want to port to a applet project. It run fine when it as applicatio...
Thu 07/26/01
05:26:56AM
 
0
Thu 07/26/01
05:26:56AM
40
 
 
HI, I have write a socket client-server, that a client will transfer an object to server, then the s...
Fri 02/15/02
08:35:22AM
 
0
Fri 02/15/02
08:35:22AM
38
 
 
Hi Javaneses, I try to send a long String from a Applet (using Internet Explorer 5.5) to a Servlet ...
Sun 12/01/02
10:45:11PM
 
1
Fri 11/29/02
05:51:34PM
39
 
 
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
42
 
 
 
Hi! I am trying to use the Object Caching Service of Oracle (OCS4J) to cache objects. I was able to...
Fri 01/09/04
07:35:34AM
 
0
Fri 01/09/04
07:35:34AM
36
 
 
I have to store a big BLOB into the database. I am zipping it using GZIPOutputStream. But I need to ...
Tue 11/27/01
02:25:40PM
 
0
Tue 11/27/01
02:25:40PM
34
 
 
I'm running a stateless EJB application on WebSphere which uses threading to achieve throughput,. I'...
Wed 11/07/07
11:55:27AM
 
0
Wed 11/07/07
11:55:27AM
112
 
 
Class is this: public class Inventory implement java.io.Serializable { public int myInv; public...
Mon 04/22/02
11:49:06AM
 
1
Sat 04/20/02
02:38:43PM
37
 
 
In the documentation for the readObject() method of ObjectInputStream it says: "All exceptions a...
Tue 05/30/00
09:01:12AM
 
0
Tue 05/30/00
09:01:12AM
124
 
 
 
Results  91 to 100 of 436  « Prev 1... 5 6 7 8 9 10 11 12 13 14 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact