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  61 to 70 of 436  « Prev 1... 2 3 4 5 6 7 8 9 10 11 ... 44 Next » 
 
As there are no methods in java.io.serializable interface, how does java knows that it has to serial...
Sat 02/26/05
09:40:33AM
 
1
Fri 02/25/05
06:25:05PM
109
 
 
Am trying to access a 'C' structure through Sockets. Server is written in C and client is written in...
Thu 04/05/01
11:29:58PM
 
0
Thu 04/05/01
11:29:58PM
109
 
 
What is the difference between remote and serialized objects?
Sun 07/08/01
06:47:52PM
 
1
Sat 06/30/01
11:46:12AM
109
 
 
It is written in documentation that if writeObject and readObject methods are there they must have...
Thu 03/31/05
08:56:06PM
 
1
Tue 03/29/05
05:33:12AM
108
 
 
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
108
 
 
 
I am having trouble running JUnit on eclipse with a weblogic application. I am building with ANT m...
Thu 09/14/06
12:42:57PM
 
0
Thu 09/14/06
12:42:57PM
108
 
 
After writing 2 or more objects into a serialized file, I am not able to read the objects back from ...
Wed 03/21/01
04:47:23AM
 
0
Wed 03/21/01
04:47:23AM
108
 
 
Using ObjectOutputStream , how can I use writeObject() to write the same object twice, so on the ...
Fri 03/17/00
07:52:18AM
 
0
Fri 03/17/00
07:52:18AM
108
 
 
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
 
 
If I declare a class as serialized, where should I store it in tomcat such that an applet and a serv...
Mon 02/14/05
05:12:32AM
 
0
Mon 02/14/05
05:12:32AM
108
 
 
 
Results  61 to 70 of 436  « Prev 1... 2 3 4 5 6 7 8 9 10 11 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact