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  41 to 50 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
47
 
 
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
46
 
 
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
49
 
 
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
 
 
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
51
 
 
 
How can I save an Image object using Serialization?
Sat 03/25/00
04:27:54PM
 
0
Sat 03/25/00
04:27:54PM
41
 
 
Can I use an arbitrary long value for serialVersionUID ?
Sun 03/26/00
11:15:19AM
 
0
Sun 03/26/00
11:15:19AM
50
 
 
Why would I want to implement Externalizable instead of Serializable ?
Sun 03/26/00
03:17:35PM
 
0
Sun 03/26/00
03:17:35PM
59
 
 
What are the writeReplace() and readResolve() methods used for?
Sun 03/26/00
08:20:27PM
 
0
Sun 03/26/00
08:20:27PM
50
 
 
How do I use the @serial javadoc tag?
Sun 03/26/00
11:08:50PM
 
0
Sun 03/26/00
11:08:50PM
35
 
 
 
Results  41 to 50 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact