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 » 
 
class car implements Serializable { } class ford extends car { } If u attempt to serialize an instan...
Fri 01/06/06
07:13:08PM
 
1
Fri 01/06/06
02:39:06PM
101
 
 
hi all, i just trying to port a java code from windows to linux, its a webapp using jetty, and the t...
Tue 11/29/05
09:17:42AM
 
0
Tue 11/29/05
09:17:42AM
101
 
 
I intend to write and parse XDoclet tags to/from strings, for *.xmi manipulation in MDA fashion. Is ...
Thu 05/13/04
04:46:11AM
 
0
Thu 05/13/04
04:46:11AM
100
 
 
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
100
 
 
What is object oriented programming??
Mon 04/09/01
01:05:00PM
 
1
Sun 03/25/01
04:02:08PM
99
 
 
 
what is the difference between serialization and marshalling? Please use html tags to format code...
Mon 08/21/06
09:38:34PM
 
1
Fri 08/04/06
05:08:32AM
99
 
 
Can anybdy let me know how the JVM knows sth has been Serialized?
Mon 01/31/05
12:52:00AM
 
0
Mon 01/31/05
12:52:00AM
98
 
 
i want to send an offscreen image object over the network using RMI but i`m getting a NotSerialized ...
Sun 03/09/08
10:16:36AM
 
1
Sun 03/09/08
03:15:04AM
98
 
 
Hello, I am serializing some data and I don't know why the program is hanging. It writes out the f...
Fri 07/21/06
11:22:29AM
 
2
Thu 07/20/06
12:11:49PM
98
 
 
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
98
 
 
 
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