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  11 to 20 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
We have declared an MyObject class, which can be serialized: public class MyObject implements Se...
Wed 01/15/03
01:08:44AM
 
1
Tue 01/14/03
12:34:58AM
28
 
 
I am trying to write an object over a socket using objectoutputstream But i am getting this error :...
Thu 05/23/02
04:50:18PM
 
0
Thu 05/23/02
04:50:18PM
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
 
 
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
 
 
Hi all, I am sending serialized objects from applet to servlet and viceversa. I am using the code ...
Thu 05/02/02
01:13:47PM
 
1
Mon 03/04/02
04:16:12AM
28
 
 
 
The serialization specification, section 5.6 names changes to a class that either break or preserve ...
Fri 06/07/02
03:06:51PM
 
0
Fri 06/07/02
03:06:51PM
28
 
 
Hi, I am able to serialize an object using ObjectOutputStream.writeObject However, when I try to ...
Wed 09/19/01
02:00:29AM
 
1
Tue 09/18/01
11:51:09PM
28
 
 
How can slow my J2EE platform using beans instead of classes (if any)? For example, when creating n...
Wed 01/09/02
05:49:03AM
 
1
Wed 01/09/02
01:45:22AM
28
 
 
since the java.sql.resultset is not Serializied,it's not able to sent through RMI.Sybase EAserver ...
Tue 02/03/04
06:46:04PM
 
2
Tue 02/03/04
03:03:07PM
28
 
 
Please suggest best way to identify a non-serializable object which is causing NotSerializableExcept...
Wed 01/14/04
05:34:02PM
 
1
Tue 12/16/03
11:52:15AM
28
 
 
 
Results  11 to 20 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact