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  51 to 60 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
What resources are available to read Java serialized output in C++ programs?
Sun 01/30/00
12:46:35AM
 
0
Sun 01/30/00
12:46:35AM
45
 
 
I want to have a complete control of the binary file format generated by ObjectOutputStream , so I ...
Thu 02/10/00
08:38:23AM
 
0
Thu 02/10/00
08:38:23AM
45
 
 
Is there a maximum size of a serialized object tree graph?
Mon 03/06/00
11:01:21PM
 
0
Mon 03/06/00
11:01:21PM
47
 
 
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
 
 
If an object is serialized by a 1.1.x VM, can it be de-serialized by a 1.2.x VM?
Wed 03/22/00
09:03:45AM
 
0
Wed 03/22/00
09:03:45AM
49
 
 
 
How can I save an Image object using Serialization?
Sat 03/25/00
04:27:54PM
 
0
Sat 03/25/00
04:27:54PM
40
 
 
Can I use an arbitrary long value for serialVersionUID ?
Sun 03/26/00
11:15:19AM
 
0
Sun 03/26/00
11:15:19AM
47
 
 
how can a resultset be serialised and retreived?
Tue 01/16/01
05:51:39AM
 
0
Tue 01/16/01
05:51:39AM
35
 
 
Do you have any guidelines or pointers to information about how software developers actually can con...
Thu 03/15/01
10:41:45AM
 
0
Thu 03/15/01
10:41:45AM
42
 
 
Is there a way to include the class code in a serialized object so that it can be deserialized witho...
Fri 03/16/01
07:00:09AM
 
2
Tue 01/09/01
05:11:48PM
147
 
 
 
Results  51 to 60 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact