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  431 to 436 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
 
hello i want to serialize an image i know you have to convert it to int[w][h] first but how can we k...
Wed 02/18/09
09:12:37PM
 
0
Wed 02/18/09
09:12:37PM
570
 
 
In the below example when we synchronize on lock1 and lock2, does it acquire lock on all the objects...
Thu 04/23/09
08:07:25AM
 
0
Thu 04/23/09
08:07:25AM
423
 
 
Hi All I have one doubt. Can we searlize the state of a thread? Regards Kulbir
Thu 02/18/10
02:41:59AM
 
0
Thu 02/18/10
02:41:59AM
453
 
 
Hi Friends. Can we searlize the Singleton class object? is this the normal way like other obje...
Thu 02/18/10
02:44:24AM
 
0
Thu 02/18/10
02:44:24AM
430
 
 
There are so many things to care about when using Serialization as explained at Precautions with Se...
Sat 12/10/11
01:57:22PM
 
0
Sat 12/10/11
01:57:22PM
457
 
 
 
I have been using JDK 1.4 for my application. I have serialized objects stored in the database as b...
Sat 12/10/11
01:59:52PM
 
1
Tue 11/15/11
03:48:49PM
509
 
 
Results  431 to 436 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact