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  81 to 90 of 436  « Prev 1... 4 5 6 7 8 9 10 11 12 13 ... 44 Next » 
 
I am trying to serialize an object and pass it through InputStream Object. I am getting NotSerializ...
Sun 09/16/01
10:08:16PM
 
1
Fri 09/14/01
03:56:53AM
32
 
 
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
 
 
Hello. I need IC card serial number. How can I read IC card serial number? tell me. please...
Wed 09/19/01
02:29:26AM
 
1
Thu 09/13/01
12:52:42AM
33
 
 
Hi, I am able to write a Serializable object to the OutputStream using ObjectOutputStream.writeObje...
Fri 09/21/01
07:39:26AM
 
1
Fri 09/21/01
03:26:50AM
32
 
 
Am porting an application from J++6 to JDK1.3.1. Almost all data is handled via serialization both ...
Fri 09/21/01
09:58:46AM
 
0
Fri 09/21/01
09:58:46AM
33
 
 
 
I wanted to pass an object from one EJB to another without using java.io.serializable interface...
Tue 09/25/01
08:48:53AM
 
1
Mon 09/24/01
04:07:51AM
95
 
 
I would like more detail about how serialization works. From what I've read, in the deserializatio...
Wed 10/03/01
11:18:56AM
 
0
Wed 10/03/01
11:18:56AM
38
 
 
I have used Java Object Serialization in conjunction with Datagram sockets to transmit DataPackets f...
Mon 10/08/01
12:43:23PM
 
0
Mon 10/08/01
12:43:23PM
61
 
 
Can you please provide me one example of storing string values in to the objects and also to retri...
Thu 10/11/01
05:19:42AM
 
0
Thu 10/11/01
05:19:42AM
101
 
 
Seems like I should be able to run a tool which, given a class name can walk through all the instanc...
Wed 10/17/01
06:54:24AM
 
2
Tue 10/09/01
08:10:06AM
35
 
 
 
Results  81 to 90 of 436  « Prev 1... 4 5 6 7 8 9 10 11 12 13 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact